#72744C

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

Shades of Siam #72744C

Tints of Siam #72744C

Color information

#72744C (or 0x72744C) is unknown color: approx Siam. HEX triplet: 72, 74 and 4C. RGB value is (114,116,76). Sum of RGB (Red+Green+Blue) = 114+116+76=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #72744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #72744C is #8D8BB3. Grayscale: #6E6E6E. Windows color (decimal): -9276340 or 5010546. OLE color: 5010546.

HSL color Cylindrical-coordinate representation of color #72744C: hue angle of 63º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72744C is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB11411676-
CMYK0.0200.340.55
HSL63º20.83%37.65%-
HSV(B)63º34.48%45.49%-
XYZ14.4916.599.28-
YUV110.84108.34130.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 116 (45.70% from 255) = 37.91%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=37.25%
G=37.91%
B=24.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114116760.0200.340.556320.8337.65
Hex72744C2022373f1526
Octal162164114204267772546
Binary11100101110100100110010010001011011111111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,116,76); }

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

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

 a { background-color: rgb(114,116,76); }

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

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

 span { border-color: rgb(114,116,76); }

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