#70764C

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

Shades of Siam #70764C

Tints of Siam #70764C

Color information

#70764C (or 0x70764C) is unknown color: approx Siam. HEX triplet: 70, 76 and 4C. RGB value is (112,118,76). Sum of RGB (Red+Green+Blue) = 112+118+76=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #70764C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70764C is #8F89B3. Grayscale: #6F6F6F. Windows color (decimal): -9406900 or 5011056. OLE color: 5011056.

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

Color convert

RGB11211876-
CMYK0.0500.360.54
HSL68.57º21.65%38.04%-
HSV(B)68.57º35.59%46.27%-
XYZ14.4716.929.34-
YUV111.42108.01128.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=36.60%
G=38.56%
B=24.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118760.0500.360.5468.5721.6538.04
Hex70764C502436451626
Octal1601661145044661052646
Binary1110000111011010011001010100100110110100010110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70764C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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