Html Css Color HEX #717756 Finch

📋 copy color: '#717756'

red 113 ◦ green 119 ◦ blue 86

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

Shades of Finch #717756

Tints of Finch #717756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.42%

 BLUE value IS 86 (33.98% from 255) = 27.04%

R = 35.53%
G = 37.42%
B = 27.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#717756 (or 0x717756) is known color: Finch. HEX triplet: 71, 77 and 56. RGB value is (113,119,86). Sum of RGB (Red+Green+Blue) = 113+119+86=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #717756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717756 is #8E88A9. Grayscale: #717171. Windows color (decimal): -9341098 or 5666673. OLE color: 5666673.

HSL color Cylindrical-coordinate representation of color #717756: hue angle of 70.91º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #717756 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 113 119 86 -
CMYK 0.05 0 0.28 0.53
HSL 70.91º 0.16% 0.4% -
HSV(B) 70.91º 0.28% 0.47% -
XYZ 15.09 17.38 11.36 -
YUV 113.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 113 119 86 0.05 0 0.28 0.53 70.91 0.16 0.4
Hex 71 77 56 5 0 1C 35 47 10 28
Octal 161 167 126 5 0 34 65 107 20 50
Binary 1110001 1110111 1010110 101 0 11100 110101 1000111 10000 101000

Color Harmonies of #717756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717756

Black with #717756

Text Example


Text Example

White with #717756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717756; }

 p { color: rgb(113,119,86); }

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

background-color css

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

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

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

border-color css

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

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

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