Html Css Color HEX #70704C Hemlock

📋 copy color: '#70704C'

red 112 ◦ green 112 ◦ blue 76

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

Shades of Hemlock #70704C

Tints of Hemlock #70704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.33%

R = 37.33%
G = 37.33%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#70704C (or 0x70704C) is known color: Hemlock. HEX triplet: 70, 70 and 4C. RGB value is (112,112,76). Sum of RGB (Red+Green+Blue) = 112+112+76=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70704C is #8F8FB3. Grayscale: #6C6C6C. Windows color (decimal): -9408436 or 5009520. OLE color: 5009520.

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

Color convert

RGB 112 112 76 -
CMYK 0 0 0.32 0.56
HSL 60º 0.19% 0.37% -
HSV(B) 60º 0.32% 0.44% -
XYZ 13.78 15.55 9.11 -
YUV 107.9 110 130.93 -
System Red Green Blue C M Y K H S L
Decimal 112 112 76 0 0 0.32 0.56 60 0.19 0.37
Hex 70 70 4C 0 0 20 38 3C 13 25
Octal 160 160 114 0 0 40 70 74 23 45
Binary 1110000 1110000 1001100 0 0 100000 111000 111100 10011 100101

Color Harmonies of #70704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70704C

Black with #70704C

Text Example


Text Example

White with #70704C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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