#70773F

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

Shades of Siam #70773F

Tints of Siam #70773F

Color information

#70773F (or 0x70773F) is unknown color: approx Siam. HEX triplet: 70, 77 and 3F. RGB value is (112,119,63). Sum of RGB (Red+Green+Blue) = 112+119+63=294 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.10% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #70773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #70773F is #8F88C0. Grayscale: #6E6E6E. Windows color (decimal): -9406657 or 4159344. OLE color: 4159344.

HSL color Cylindrical-coordinate representation of color #70773F: hue angle of 67.5º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70773F is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB11211963-
CMYK0.0600.470.53
HSL67.5º30.77%35.69%-
HSV(B)67.5º47.06%46.67%-
XYZ14.18177.24-
YUV110.52101.18129.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.10%
GREEN value IS 119 (46.88% from 255) = 40.48%
BLUE value IS 63 (25% from 255) = 21.43%
R=38.10%
G=40.48%
B=21.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112119630.0600.470.5367.530.7735.69
Hex70773F602F35441f24
Octal160167776057651043744
Binary111000011101111111111100101111110101100010011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,119,63); }

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

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

 a { background-color: rgb(112,119,63); }

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

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

 span { border-color: rgb(112,119,63); }

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