Html Css Color HEX #707167 Finch

📋 copy color: '#707167'

red 112 ◦ green 113 ◦ blue 103

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

Shades of Finch #707167

Tints of Finch #707167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 34.15%
G = 34.45%
B = 31.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#707167 (or 0x707167) is known color: Finch. HEX triplet: 70, 71 and 67. RGB value is (112,113,103). Sum of RGB (Red+Green+Blue) = 112+113+103=328 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.15% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 113 - color contains mainly: green. Hex color #707167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707167 is #8F8E98. Grayscale: #6F6F6F. Windows color (decimal): -9408153 or 6779248. OLE color: 6779248.

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

Color convert

RGB 112 113 103 -
CMYK 0.01 0 0.09 0.56
HSL 66º 0.05% 0.42% -
HSV(B) 66º 0.09% 0.44% -
XYZ 15.04 16.23 15.17 -
YUV 111.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 112 113 103 0.01 0 0.09 0.56 66 0.05 0.42
Hex 70 71 67 1 0 9 38 42 5 2A
Octal 160 161 147 1 0 11 70 102 5 52
Binary 1110000 1110001 1100111 1 0 1001 111000 1000010 101 101010

Color Harmonies of #707167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707167

Black with #707167

Text Example


Text Example

White with #707167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707167; }

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

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

background-color css

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

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

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

border-color css

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

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

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