Html Css Color HEX #70705A Finch

📋 copy color: '#70705A'

red 112 ◦ green 112 ◦ blue 90

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

Shades of Finch #70705A

Tints of Finch #70705A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 90 (35.55% from 255) = 28.66%

R = 35.67%
G = 35.67%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#70705A (or 0x70705A) is known color: Finch. HEX triplet: 70, 70 and 5A. RGB value is (112,112,90). Sum of RGB (Red+Green+Blue) = 112+112+90=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70705A is #8F8FA5. Grayscale: #6D6D6D. Windows color (decimal): -9408422 or 5927024. OLE color: 5927024.

HSL color Cylindrical-coordinate representation of color #70705A: hue angle of 60º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #70705A is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 112 90 -
CMYK 0 0 0.20 0.56
HSL 60º 0.11% 0.4% -
HSV(B) 60º 0.2% 0.44% -
XYZ 14.32 15.77 11.96 -
YUV 109.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 112 112 90 0 0 0.20 0.56 60 0.11 0.4
Hex 70 70 5A 0 0 14 38 3C B 28
Octal 160 160 132 0 0 24 70 74 13 50
Binary 1110000 1110000 1011010 0 0 10100 111000 111100 1011 101000

Color Harmonies of #70705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70705A

Black with #70705A

Text Example


Text Example

White with #70705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70705A; }

 p { color: rgb(112,112,90); }

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

background-color css

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

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

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

border-color css

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

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

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