Html Css Color HEX #70724F Siam

📋 copy color: '#70724F'

red 112 ◦ green 114 ◦ blue 79

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

Shades of Siam #70724F

Tints of Siam #70724F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 36.72%
G = 37.38%
B = 25.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#70724F (or 0x70724F) is known color: Siam. HEX triplet: 70, 72 and 4F. RGB value is (112,114,79). Sum of RGB (Red+Green+Blue) = 112+114+79=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 114 - color contains mainly: green. Hex color #70724F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70724F is #8F8DB0. Grayscale: #6D6D6D. Windows color (decimal): -9407921 or 5206640. OLE color: 5206640.

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

Color convert

RGB 112 114 79 -
CMYK 0.02 0 0.31 0.55
HSL 63.43º 0.18% 0.38% -
HSV(B) 63.43º 0.31% 0.45% -
XYZ 14.11 16.04 9.75 -
YUV 109.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 112 114 79 0.02 0 0.31 0.55 63.43 0.18 0.38
Hex 70 72 4F 2 0 1F 37 3F 12 26
Octal 160 162 117 2 0 37 67 77 22 46
Binary 1110000 1110010 1001111 10 0 11111 110111 111111 10010 100110

Color Harmonies of #70724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70724F

Black with #70724F

Text Example


Text Example

White with #70724F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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