Html Css Color HEX #707164 Finch

📋 copy color: '#707164'

red 112 ◦ green 113 ◦ blue 100

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

Shades of Finch #707164

Tints of Finch #707164

RGB

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

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

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

R = 34.46%
G = 34.77%
B = 30.77%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.56

RGB Variations

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

Color information

#707164 (or 0x707164) is known color: Finch. HEX triplet: 70, 71 and 64. RGB value is (112,113,100). Sum of RGB (Red+Green+Blue) = 112+113+100=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 100 (39.45% from 255 or 30.77% from 325); Max value from RGB is 113 - color contains mainly: green. Hex color #707164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707164 is #8F8E9B. Grayscale: #6F6F6F. Windows color (decimal): -9408156 or 6582640. OLE color: 6582640.

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

Color convert

RGB 112 113 100 -
CMYK 0.01 0 0.12 0.56
HSL 64.62º 0.06% 0.42% -
HSV(B) 64.62º 0.12% 0.44% -
XYZ 14.89 16.18 14.39 -
YUV 111.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 112 113 100 0.01 0 0.12 0.56 64.62 0.06 0.42
Hex 70 71 64 1 0 C 38 41 6 2A
Octal 160 161 144 1 0 14 70 101 6 52
Binary 1110000 1110001 1100100 1 0 1100 111000 1000001 110 101010

Color Harmonies of #707164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707164

Black with #707164

Text Example


Text Example

White with #707164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707164; }

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

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

background-color css

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

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

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

border-color css

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

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

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