Html Css Color HEX #70705B Finch

📋 copy color: '#70705B'

red 112 ◦ green 112 ◦ blue 91

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

Shades of Finch #70705B

Tints of Finch #70705B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.89%

R = 35.56%
G = 35.56%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#70705B (or 0x70705B) is known color: Finch. HEX triplet: 70, 70 and 5B. RGB value is (112,112,91). Sum of RGB (Red+Green+Blue) = 112+112+91=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 112 (44.14% from 255 or 35.56% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70705B is #8F8FA4. Grayscale: #6D6D6D. Windows color (decimal): -9408421 or 5992560. OLE color: 5992560.

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

Color convert

RGB 112 112 91 -
CMYK 0 0 0.19 0.56
HSL 60º 0.1% 0.4% -
HSV(B) 60º 0.19% 0.44% -
XYZ 14.36 15.79 12.19 -
YUV 109.61 117.5 129.71 -
System Red Green Blue C M Y K H S L
Decimal 112 112 91 0 0 0.19 0.56 60 0.1 0.4
Hex 70 70 5B 0 0 13 38 3C A 28
Octal 160 160 133 0 0 23 70 74 12 50
Binary 1110000 1110000 1011011 0 0 10011 111000 111100 1010 101000

Color Harmonies of #70705B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70705B

Black with #70705B

Text Example


Text Example

White with #70705B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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