Html Css Color HEX #717464 Finch

📋 copy color: '#717464'

red 113 ◦ green 116 ◦ blue 100

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

Shades of Finch #717464

Tints of Finch #717464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 30.4%

R = 34.35%
G = 35.26%
B = 30.4%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.14

 K value IS 0.55

RGB Variations

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

Color information

#717464 (or 0x717464) is known color: Finch. HEX triplet: 71, 74 and 64. RGB value is (113,116,100). Sum of RGB (Red+Green+Blue) = 113+116+100=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 100 (39.45% from 255 or 30.40% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #717464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717464 is #8E8B9B. Grayscale: #717171. Windows color (decimal): -9341852 or 6583409. OLE color: 6583409.

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

Color convert

RGB 113 116 100 -
CMYK 0.03 0 0.14 0.55
HSL 71.25º 0.07% 0.42% -
HSV(B) 71.25º 0.14% 0.45% -
XYZ 15.36 16.92 14.51 -
YUV 113.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 113 116 100 0.03 0 0.14 0.55 71.25 0.07 0.42
Hex 71 74 64 3 0 E 37 47 7 2A
Octal 161 164 144 3 0 16 67 107 7 52
Binary 1110001 1110100 1100100 11 0 1110 110111 1000111 111 101010

Color Harmonies of #717464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717464

Black with #717464

Text Example


Text Example

White with #717464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717464; }

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

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

background-color css

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

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

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

border-color css

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

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

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