#727152

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

Shades of Hemlock #727152

Tints of Hemlock #727152

Color information

#727152 (or 0x727152) is unknown color: approx Hemlock. HEX triplet: 72, 71 and 52. RGB value is (114,113,82). Sum of RGB (Red+Green+Blue) = 114+113+82=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 114 - color contains mainly: red. Hex color #727152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727152 is #8D8EAD. Grayscale: #6D6D6D. Windows color (decimal): -9277102 or 5402994. OLE color: 5402994.

HSL color Cylindrical-coordinate representation of color #727152: hue angle of 58.12º 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 #727152 is Cyan = 0, Magento = 0.01, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB11411382-
CMYK00.010.280.55
HSL58.12º16.33%38.43%-
HSV(B)58.12º28.07%44.71%-
XYZ14.371610.31-
YUV109.76112.33131.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 113 (44.53% from 255) = 36.57%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=36.89%
G=36.57%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141138200.010.280.5558.1216.3338.43
Hex727152011C373a1026
Octal162161122013467722046
Binary111001011100011010010011110011011111101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727152; }

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

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

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

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

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

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

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

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