Html Css Color HEX #717166 Finch

📋 copy color: '#717166'

red 113 ◦ green 113 ◦ blue 102

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

Shades of Finch #717166

Tints of Finch #717166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.45%

 BLUE value IS 102 (40.23% from 255) = 31.1%

R = 34.45%
G = 34.45%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#717166 (or 0x717166) is known color: Finch. HEX triplet: 71, 71 and 66. RGB value is (113,113,102). Sum of RGB (Red+Green+Blue) = 113+113+102=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717166 is #8E8E99. Grayscale: #6F6F6F. Windows color (decimal): -9342618 or 6713713. OLE color: 6713713.

HSL color Cylindrical-coordinate representation of color #717166: hue angle of 60º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #717166 is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 113 102 -
CMYK 0 0 0.10 0.56
HSL 60º 0.05% 0.42% -
HSV(B) 60º 0.1% 0.44% -
XYZ 15.11 16.28 14.92 -
YUV 111.75 122.5 128.89 -
System Red Green Blue C M Y K H S L
Decimal 113 113 102 0 0 0.10 0.56 60 0.05 0.42
Hex 71 71 66 0 0 A 38 3C 5 2A
Octal 161 161 146 0 0 12 70 74 5 52
Binary 1110001 1110001 1100110 0 0 1010 111000 111100 101 101010

Color Harmonies of #717166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717166

Black with #717166

Text Example


Text Example

White with #717166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717166; }

 p { color: rgb(113,113,102); }

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

background-color css

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

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

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

border-color css

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

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

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