Html Css Color HEX #70724C Siam

📋 copy color: '#70724C'

red 112 ◦ green 114 ◦ blue 76

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

Shades of Siam #70724C

Tints of Siam #70724C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.75%

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

R = 37.09%
G = 37.75%
B = 25.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.55

RGB Variations

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

Color information

#70724C (or 0x70724C) is known color: Siam. HEX triplet: 70, 72 and 4C. RGB value is (112,114,76). Sum of RGB (Red+Green+Blue) = 112+114+76=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 114 - color contains mainly: green. Hex color #70724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70724C is #8F8DB3. Grayscale: #6D6D6D. Windows color (decimal): -9407924 or 5010032. OLE color: 5010032.

HSL color Cylindrical-coordinate representation of color #70724C: hue angle of 63.16º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70724C is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 114 76 -
CMYK 0.02 0 0.33 0.55
HSL 63.16º 0.2% 0.37% -
HSV(B) 63.16º 0.33% 0.45% -
XYZ 14 16 9.19 -
YUV 109.07 109.34 130.09 -
System Red Green Blue C M Y K H S L
Decimal 112 114 76 0.02 0 0.33 0.55 63.16 0.2 0.37
Hex 70 72 4C 2 0 21 37 3F 14 25
Octal 160 162 114 2 0 41 67 77 24 45
Binary 1110000 1110010 1001100 10 0 100001 110111 111111 10100 100101

Color Harmonies of #70724C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70724C

Black with #70724C

Text Example


Text Example

White with #70724C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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