#747842

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

Shades of Siam #747842

Tints of Siam #747842

Color information

#747842 (or 0x747842) is unknown color: approx Siam. HEX triplet: 74, 78 and 42. RGB value is (116,120,66). Sum of RGB (Red+Green+Blue) = 116+120+66=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 120 (47.27% from 255 or 39.74% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 120 - color contains mainly: green. Hex color #747842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747842 is #8B87BD. Grayscale: #707070. Windows color (decimal): -9144254 or 4356212. OLE color: 4356212.

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

Color convert

RGB11612066-
CMYK0.0300.450.53
HSL64.44º29.03%36.47%-
HSV(B)64.44º45%47.06%-
XYZ14.917.547.75-
YUV112.65101.67130.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 120 (47.27% from 255) = 39.74%
BLUE value IS 66 (26.17% from 255) = 21.85%
R=38.41%
G=39.74%
B=21.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116120660.0300.450.5364.4429.0336.47
Hex747842302D35401d24
Octal1641701023055651003544
Binary111010011110001000010110101101110101100000011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747842; }

 p { color: rgb(116,120,66); }

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

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

 a { background-color: rgb(116,120,66); }

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

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

 span { border-color: rgb(116,120,66); }

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