Html Css Color HEX #717256 Finch

📋 copy color: '#717256'

red 113 ◦ green 114 ◦ blue 86

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

Shades of Finch #717256

Tints of Finch #717256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.42%

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

R = 36.1%
G = 36.42%
B = 27.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#717256 (or 0x717256) is known color: Finch. HEX triplet: 71, 72 and 56. RGB value is (113,114,86). Sum of RGB (Red+Green+Blue) = 113+114+86=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 86 (33.98% from 255 or 27.48% from 313); Max value from RGB is 114 - color contains mainly: green. Hex color #717256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717256 is #8E8DA9. Grayscale: #6E6E6E. Windows color (decimal): -9342378 or 5665393. OLE color: 5665393.

HSL color Cylindrical-coordinate representation of color #717256: hue angle of 62.14º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #717256 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 114 86 -
CMYK 0.01 0 0.25 0.55
HSL 62.14º 0.14% 0.39% -
HSV(B) 62.14º 0.25% 0.45% -
XYZ 14.51 16.22 11.17 -
YUV 110.51 114.17 129.78 -
System Red Green Blue C M Y K H S L
Decimal 113 114 86 0.01 0 0.25 0.55 62.14 0.14 0.39
Hex 71 72 56 1 0 19 37 3E E 27
Octal 161 162 126 1 0 31 67 76 16 47
Binary 1110001 1110010 1010110 1 0 11001 110111 111110 1110 100111

Color Harmonies of #717256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717256

Black with #717256

Text Example


Text Example

White with #717256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717256; }

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

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

background-color css

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

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

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

border-color css

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

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

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