Html Css Color HEX #70724D Siam

📋 copy color: '#70724D'

red 112 ◦ green 114 ◦ blue 77

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

Shades of Siam #70724D

Tints of Siam #70724D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.41%

R = 36.96%
G = 37.62%
B = 25.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#70724D (or 0x70724D) is known color: Siam. HEX triplet: 70, 72 and 4D. RGB value is (112,114,77). Sum of RGB (Red+Green+Blue) = 112+114+77=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 114 - color contains mainly: green. Hex color #70724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70724D is #8F8DB2. Grayscale: #6D6D6D. Windows color (decimal): -9407923 or 5075568. OLE color: 5075568.

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

Color convert

RGB 112 114 77 -
CMYK 0.02 0 0.32 0.55
HSL 63.24º 0.19% 0.37% -
HSV(B) 63.24º 0.32% 0.45% -
XYZ 14.04 16.02 9.37 -
YUV 109.18 109.84 130.01 -
System Red Green Blue C M Y K H S L
Decimal 112 114 77 0.02 0 0.32 0.55 63.24 0.19 0.37
Hex 70 72 4D 2 0 20 37 3F 13 25
Octal 160 162 115 2 0 40 67 77 23 45
Binary 1110000 1110010 1001101 10 0 100000 110111 111111 10011 100101

Color Harmonies of #70724D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70724D

Black with #70724D

Text Example


Text Example

White with #70724D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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