#70764A

Color #70764A Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #70764A

Tints of Siam #70764A

Color information

#70764A (or 0x70764A) is unknown color: approx Siam. HEX triplet: 70, 76 and 4A. RGB value is (112,118,74). Sum of RGB (Red+Green+Blue) = 112+118+74=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 118 (46.48% from 255 or 38.82% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 118 - color contains mainly: green. Hex color #70764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70764A is #8F89B5. Grayscale: #6F6F6F. Windows color (decimal): -9406902 or 4879984. OLE color: 4879984.

HSL color Cylindrical-coordinate representation of color #70764A: hue angle of 68.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70764A is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB11211874-
CMYK0.0500.370.54
HSL68.18º22.92%37.65%-
HSV(B)68.18º37.29%46.27%-
XYZ14.416.98.98-
YUV111.19107.01128.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.84%
GREEN value IS 118 (46.48% from 255) = 38.82%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=36.84%
G=38.82%
B=24.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118740.0500.370.5468.1822.9237.65
Hex70764A502536441726
Octal1601661125045661042746
Binary1110000111011010010101010100101110110100010010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70764A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70764A; }

 p { color: rgb(112,118,74); }

 H1.HeaderClassName
 {
   color: #70764A;
 }
 .AnyTagClassName
 {
   color: #70764A;
 }
</style>
background-color css

<style>
 a { background-color: #70764A; }

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

 div.DivClassName
 {
   background-color: #70764A;
 }
 .BgClassName
 {
   background-color: #70764A;
 }
</style>
border-color css

<style>
 span { border-color: #70764A; }

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

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