#747745

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

Shades of Siam #747745

Tints of Siam #747745

Color information

#747745 (or 0x747745) is unknown color: approx Siam. HEX triplet: 74, 77 and 45. RGB value is (116,119,69). Sum of RGB (Red+Green+Blue) = 116+119+69=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #747745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747745 is #8B88BA. Grayscale: #707070. Windows color (decimal): -9144507 or 4552564. OLE color: 4552564.

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

Color convert

RGB11611969-
CMYK0.0300.420.53
HSL63.6º26.6%36.86%-
HSV(B)63.6º42.02%46.67%-
XYZ14.8717.348.19-
YUV112.4103.51130.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.16%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=38.16%
G=39.14%
B=22.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119690.0300.420.5363.626.636.86
Hex747745302A35401b25
Octal1641671053052651003345
Binary111010011101111000101110101010110101100000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747745; }

 p { color: rgb(116,119,69); }

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

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

 a { background-color: rgb(116,119,69); }

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

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

 span { border-color: rgb(116,119,69); }

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