#727052

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

Shades of Hemlock #727052

Tints of Hemlock #727052

Color information

#727052 (or 0x727052) is unknown color: approx Hemlock. HEX triplet: 72, 70 and 52. RGB value is (114,112,82). Sum of RGB (Red+Green+Blue) = 114+112+82=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #727052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727052 is #8D8FAD. Grayscale: #6D6D6D. Windows color (decimal): -9277358 or 5402738. OLE color: 5402738.

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

Color convert

RGB11411282-
CMYK00.020.280.55
HSL56.25º16.33%38.43%-
HSV(B)56.25º28.07%44.71%-
XYZ14.2615.7710.28-
YUV109.18112.66131.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=37.01%
G=36.36%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141128200.020.280.5556.2516.3338.43
Hex727052021C37381026
Octal162160122023467702046
Binary1110010111000010100100101110011011111100010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727052; }

 p { color: rgb(114,112,82); }

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

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

 a { background-color: rgb(114,112,82); }

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

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

 span { border-color: rgb(114,112,82); }

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