Html Css Color HEX #717664 Finch

📋 copy color: '#717664'

red 113 ◦ green 118 ◦ blue 100

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

Shades of Finch #717664

Tints of Finch #717664

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.65%

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

R = 34.14%
G = 35.65%
B = 30.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#717664 (or 0x717664) is known color: Finch. HEX triplet: 71, 76 and 64. RGB value is (113,118,100). Sum of RGB (Red+Green+Blue) = 113+118+100=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 118 (46.48% from 255 or 35.65% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 118 - color contains mainly: green. Hex color #717664 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717664 is #8E899B. Grayscale: #727272. Windows color (decimal): -9341340 or 6583921. OLE color: 6583921.

HSL color Cylindrical-coordinate representation of color #717664: hue angle of 76.67º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #717664 is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB 113 118 100 -
CMYK 0.04 0 0.15 0.54
HSL 76.67º 0.08% 0.43% -
HSV(B) 76.67º 0.15% 0.46% -
XYZ 15.59 17.39 14.59 -
YUV 114.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 113 118 100 0.04 0 0.15 0.54 76.67 0.08 0.43
Hex 71 76 64 4 0 F 36 4D 8 2B
Octal 161 166 144 4 0 17 66 115 10 53
Binary 1110001 1110110 1100100 100 0 1111 110110 1001101 1000 101011

Color Harmonies of #717664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717664

Black with #717664

Text Example


Text Example

White with #717664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717664; }

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

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

background-color css

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

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

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

border-color css

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

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

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