Html Css Color HEX #707051 Hemlock

📋 copy color: '#707051'

red 112 ◦ green 112 ◦ blue 81

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

Shades of Hemlock #707051

Tints of Hemlock #707051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 26.56%

R = 36.72%
G = 36.72%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#707051 (or 0x707051) is known color: Hemlock. HEX triplet: 70, 70 and 51. RGB value is (112,112,81). Sum of RGB (Red+Green+Blue) = 112+112+81=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 112 (44.14% from 255 or 36.72% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707051 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707051 is #8F8FAE. Grayscale: #6C6C6C. Windows color (decimal): -9408431 or 5337200. OLE color: 5337200.

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

Color convert

RGB 112 112 81 -
CMYK 0 0 0.28 0.56
HSL 60º 0.16% 0.38% -
HSV(B) 60º 0.28% 0.44% -
XYZ 13.96 15.63 10.07 -
YUV 108.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 112 112 81 0 0 0.28 0.56 60 0.16 0.38
Hex 70 70 51 0 0 1C 38 3C 10 26
Octal 160 160 121 0 0 34 70 74 20 46
Binary 1110000 1110000 1010001 0 0 11100 111000 111100 10000 100110

Color Harmonies of #707051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707051

Black with #707051

Text Example


Text Example

White with #707051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707051; }

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

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

background-color css

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

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

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

border-color css

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

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

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