crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#71808d hex color - Grey - Cool color - Information

#71808d hex color - Grey - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Grey

Hex #71808d Color code in RGB color code model is created after adding 44.31% red color, 50.2% green color and 55.29% blue color. Hex #71808d Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 9% magenta, 0% yellow and 45% black.

Hex #71808d color code is between #778888 web safe hex color code and #667799 web safe hex color code. #778888 is the nearest web safe color code. You can see here many more shades of #71808d color code.

0 Likes 0 Comments | 14 Views

Color Table

Hex Color Code71808d#71808d
RGB Decimal113, 128, 141rgb(113, 128, 141)
RGB Percent44%, 50%, 55%rgb(44%, 50%, 55%)
CSS RGBa113, 128, 141,1rgba(113,128,141,1)
CMYK Modelcmyk(20%,9%,0%,45%)
HSL Color Space208,11% ,50%hsl(208,11% ,50%)
HSV Color Space208°, 20%, 55%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100011000000010001101
Octal161200215
Decimal113128141
Hex71808d

Different shades of #71808d color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #71808d
#8d99a4
Dark Shade of #71808d
#5a6671
Saturated Shade of #71808d
#64819a
Desaturated Shade of #71808d
#7e7f80
Grey scale Shade of #71808d
#7f7f7f
Brighten Shade
#8a99a6
Most Readable Shade
#FFFFFF

Shades of #71808d color code

Generate more color scales with scales (color stack) generator.

#71808d
#64717d
#57636d
#4b555e
#3e474e
#32383e
#252a2f
#191c1f
#0c0e0f
#000000

Similar Color like #71808d color

Find visually similar hex color codes nearing to #71808d hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#72818e
#73828f
#748390
#758491
#768592
#778693
#788794
#798895
#7a8996
#7b8a97
#7c8b98
#7d8c99
#7e8d9a
#7f8e9b
#707f8c
#6f7e8b
#6e7d8a
#6d7c89
#6c7b88
#6b7a87
#6a7986
#697885
#687784
#677683
#667582
#657481
#647380
#63727f

Monochromatic Color with #71808d

#71808d
#93a7b7
#b5cde2
#0b0c0d
#2d3338
#4f5962

Tints of #71808d Color

#71808d
#808e99
#909ca6
#a0aab3
#b0b8bf
#bfc6cc
#cfd4d9
#dfe2e5
#eff0f2
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#71808d
#8d7e71

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#71808d
#8d7172
#8d8c71

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#718b8d
#71868d
#71808d
#717a8d
#71758d

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#71808d
#8d7180
#808d71

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#71808d
#8c718d
#8d7e71
#728d71

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#71808d
#8d7e71
#8d8c71
#71728d

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #71808d Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#71808d Color Code Preview on Black Background Color

This is how #71808d Color will look on black background color. Color contrast ratio is 5.17

#71808d in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#71808d">Your Example Paragraph content text in with font color #71808d </p>

Your Example Paragraph content text in with font color #71808d

HTML with inline CSS

<div style="color:#71808d">Your Paragraph text in with font color #71808d </div>

Your Example Paragraph content text in with font color #71808d

#71808d color code is use for CSS Background Color

Background color for the above div is #71808d

HTML with inline CSS

<div style="background-color:#71808d;"></div>

#71808d color code is use for CSS Border Color

CSS Border color for the above div is #71808d

HTML with inline CSS

<div style="border:5px solid #71808d;"></div>

CSS Border Left color for the above div is #71808d

HTML with inline CSS

<div style="border-left:5px solid #71808d;"></div>

CSS Border Right color for the above div is #71808d

HTML with inline CSS

<div style="border-right:5px solid #71808d;"></div>

CSS Border Bottom color for the above div is #71808d

HTML with inline CSS

<div style="border-bottom:5px solid #71808d;"></div>

CSS Border Top color for the above div is #71808d

HTML with inline CSS

<div style="border-top:5px solid #71808d;"></div>

#71808d hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#71808d; } .examplecolorclass {color:#71808d; } .examplebordercolor {border:3px solid #71808d; }

#71808d Color code Preview on White Background

This is how #71808d Color code will look on white background color. Color contrast ratio is 4.06

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #71808d; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #71808d; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 14 Views

Post your comment:-

By submitting comment you agree to our privacy policy.