Html Css Color HEX #707166 Finch

📋 copy color: '#707166'

red 112 ◦ green 113 ◦ blue 102

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

Shades of Finch #707166

Tints of Finch #707166

RGB

 RED value IS 112 (44.14% from 255) = 34.25%

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

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

R = 34.25%
G = 34.56%
B = 31.19%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#707166 (or 0x707166) is known color: Finch. HEX triplet: 70, 71 and 66. RGB value is (112,113,102). Sum of RGB (Red+Green+Blue) = 112+113+102=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 113 (44.53% from 255 or 34.56% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 113 - color contains mainly: green. Hex color #707166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707166 is #8F8E99. Grayscale: #6F6F6F. Windows color (decimal): -9408154 or 6713712. OLE color: 6713712.

HSL color Cylindrical-coordinate representation of color #707166: hue angle of 65.45º 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 #707166 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 113 102 -
CMYK 0.01 0 0.10 0.56
HSL 65.45º 0.05% 0.42% -
HSV(B) 65.45º 0.1% 0.44% -
XYZ 14.99 16.21 14.91 -
YUV 111.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 112 113 102 0.01 0 0.10 0.56 65.45 0.05 0.42
Hex 70 71 66 1 0 A 38 41 5 2A
Octal 160 161 146 1 0 12 70 101 5 52
Binary 1110000 1110001 1100110 1 0 1010 111000 1000001 101 101010

Color Harmonies of #707166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707166

Black with #707166

Text Example


Text Example

White with #707166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707166; }

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

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

background-color css

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

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

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

border-color css

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

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

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