#727D42

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

Shades of Siam #727D42

Tints of Siam #727D42

Color information

#727D42 (or 0x727D42) is unknown color: approx Siam. HEX triplet: 72, 7D and 42. RGB value is (114,125,66). Sum of RGB (Red+Green+Blue) = 114+125+66=305 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.38% from 305); Green value is 125 (49.22% from 255 or 40.98% from 305); Blue value is 66 (26.17% from 255 or 21.64% from 305); Max value from RGB is 125 - color contains mainly: green. Hex color #727D42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727D42 is #8D82BD. Grayscale: #737373. Windows color (decimal): -9274046 or 4357490. OLE color: 4357490.

HSL color Cylindrical-coordinate representation of color #727D42: hue angle of 71.19º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #727D42 is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB11412566-
CMYK0.0900.470.51
HSL71.19º30.89%37.45%-
HSV(B)71.19º47.2%49.02%-
XYZ15.2618.647.95-
YUV114.98100.36127.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.38%
GREEN value IS 125 (49.22% from 255) = 40.98%
BLUE value IS 66 (26.17% from 255) = 21.64%
R=37.38%
G=40.98%
B=21.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal114125660.0900.470.5171.1930.8937.45
Hex727D42902F33471f25
Octal16217510211057631073745
Binary11100101111101100001010010101111110011100011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727D42; }

 p { color: rgb(114,125,66); }

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

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

 a { background-color: rgb(114,125,66); }

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

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

 span { border-color: rgb(114,125,66); }

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