#72754A

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

Shades of Siam #72754A

Tints of Siam #72754A

Color information

#72754A (or 0x72754A) is unknown color: approx Siam. HEX triplet: 72, 75 and 4A. RGB value is (114,117,74). Sum of RGB (Red+Green+Blue) = 114+117+74=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 117 - color contains mainly: green. Hex color #72754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72754A is #8D8AB5. Grayscale: #6F6F6F. Windows color (decimal): -9276086 or 4879730. OLE color: 4879730.

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

Color convert

RGB11411774-
CMYK0.0300.370.54
HSL64.19º22.51%37.45%-
HSV(B)64.19º36.75%45.88%-
XYZ14.5416.798.95-
YUV111.2107.01130-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 117 (46.09% from 255) = 38.36%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=37.38%
G=38.36%
B=24.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal114117740.0300.370.5464.1922.5137.45
Hex72754A302536401725
Octal1621651123045661002745
Binary111001011101011001010110100101110110100000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,117,74); }

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

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

 a { background-color: rgb(114,117,74); }

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

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

 span { border-color: rgb(114,117,74); }

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