Html Css Color HEX #70704B Hemlock

📋 copy color: '#70704B'

red 112 ◦ green 112 ◦ blue 75

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

Shades of Hemlock #70704B

Tints of Hemlock #70704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 37.46%
G = 37.46%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#70704B (or 0x70704B) is known color: Hemlock. HEX triplet: 70, 70 and 4B. RGB value is (112,112,75). Sum of RGB (Red+Green+Blue) = 112+112+75=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 112 (44.14% from 255 or 37.46% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70704B is #8F8FB4. Grayscale: #6B6B6B. Windows color (decimal): -9408437 or 4943984. OLE color: 4943984.

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

Color convert

RGB 112 112 75 -
CMYK 0 0 0.33 0.56
HSL 60º 0.2% 0.37% -
HSV(B) 60º 0.33% 0.44% -
XYZ 13.75 15.54 8.93 -
YUV 107.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 112 112 75 0 0 0.33 0.56 60 0.2 0.37
Hex 70 70 4B 0 0 21 38 3C 14 25
Octal 160 160 113 0 0 41 70 74 24 45
Binary 1110000 1110000 1001011 0 0 100001 111000 111100 10100 100101

Color Harmonies of #70704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70704B

Black with #70704B

Text Example


Text Example

White with #70704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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