Html Css Color HEX #717456 Finch

📋 copy color: '#717456'

red 113 ◦ green 116 ◦ blue 86

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

Shades of Finch #717456

Tints of Finch #717456

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

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

R = 35.87%
G = 36.83%
B = 27.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#717456 (or 0x717456) is known color: Finch. HEX triplet: 71, 74 and 56. RGB value is (113,116,86). Sum of RGB (Red+Green+Blue) = 113+116+86=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 116 - color contains mainly: green. Hex color #717456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717456 is #8E8BA9. Grayscale: #6F6F6F. Windows color (decimal): -9341866 or 5665905. OLE color: 5665905.

HSL color Cylindrical-coordinate representation of color #717456: hue angle of 66º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #717456 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 113 116 86 -
CMYK 0.03 0 0.26 0.55
HSL 66º 0.15% 0.4% -
HSV(B) 66º 0.26% 0.45% -
XYZ 14.74 16.67 11.25 -
YUV 111.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 113 116 86 0.03 0 0.26 0.55 66 0.15 0.4
Hex 71 74 56 3 0 1A 37 42 F 28
Octal 161 164 126 3 0 32 67 102 17 50
Binary 1110001 1110100 1010110 11 0 11010 110111 1000010 1111 101000

Color Harmonies of #717456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717456

Black with #717456

Text Example


Text Example

White with #717456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717456; }

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

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

background-color css

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

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

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

border-color css

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

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

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