Html Css Color HEX #71715E Finch

📋 copy color: '#71715E'

red 113 ◦ green 113 ◦ blue 94

#71715E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Finch #71715E

Tints of Finch #71715E

RGB

 RED value IS 113 (44.53% from 255) = 35.31%

 GREEN value IS 113 (44.53% from 255) = 35.31%

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 35.31%
G = 35.31%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#71715E (or 0x71715E) is known color: Finch. HEX triplet: 71, 71 and 5E. RGB value is (113,113,94). Sum of RGB (Red+Green+Blue) = 113+113+94=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71715E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71715E is #8E8EA1. Grayscale: #6E6E6E. Windows color (decimal): -9342626 or 6189425. OLE color: 6189425.

HSL color Cylindrical-coordinate representation of color #71715E: hue angle of 60º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #71715E is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 94 -
CMYK 0 0 0.17 0.56
HSL 60º 0.09% 0.41% -
HSV(B) 60º 0.17% 0.44% -
XYZ 14.74 16.13 12.93 -
YUV 110.83 118.5 129.54 -
System Red Green Blue C M Y K H S L
Decimal 113 113 94 0 0 0.17 0.56 60 0.09 0.41
Hex 71 71 5E 0 0 11 38 3C 9 29
Octal 161 161 136 0 0 21 70 74 11 51
Binary 1110001 1110001 1011110 0 0 10001 111000 111100 1001 101001

Color Harmonies of #71715E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71715E

Black with #71715E

Text Example


Text Example

White with #71715E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71715E; }

 p { color: rgb(113,113,94); }

 H1.HeaderClassName
 {
   color: #71715E;
 }
 .AnyTagClassName
 {
   color: #71715E;
 }
</style>

background-color css

<style>
 a { background-color: #71715E; }

 a { background-color: rgb(113,113,94); }

 div.DivClassName
 {
   background-color: #71715E;
 }
 .BgClassName
 {
   background-color: #71715E;
 }
</style>

border-color css

<style>
 span { border-color: #71715E; }

 span { border-color: rgb(113,113,94); }

 td.TdClassName
 {
   border-color: #71715E;
 }
 .TagClassName
 {
   border-color: #71715E;
 }
</style>