Html Css Color HEX #70705E Finch

📋 copy color: '#70705E'

red 112 ◦ green 112 ◦ blue 94

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

Shades of Finch #70705E

Tints of Finch #70705E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 35.22%
G = 35.22%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#70705E (or 0x70705E) is known color: Finch. HEX triplet: 70, 70 and 5E. RGB value is (112,112,94). Sum of RGB (Red+Green+Blue) = 112+112+94=318 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.22% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70705E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70705E is #8F8FA1. Grayscale: #6E6E6E. Windows color (decimal): -9408418 or 6189168. OLE color: 6189168.

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

Color convert

RGB 112 112 94 -
CMYK 0 0 0.16 0.56
HSL 60º 0.09% 0.4% -
HSV(B) 60º 0.16% 0.44% -
XYZ 14.5 15.84 12.88 -
YUV 109.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 112 112 94 0 0 0.16 0.56 60 0.09 0.4
Hex 70 70 5E 0 0 10 38 3C 9 28
Octal 160 160 136 0 0 20 70 74 11 50
Binary 1110000 1110000 1011110 0 0 10000 111000 111100 1001 101000

Color Harmonies of #70705E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70705E

Black with #70705E

Text Example


Text Example

White with #70705E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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