#727150

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

Shades of Hemlock #727150

Tints of Hemlock #727150

Color information

#727150 (or 0x727150) is unknown color: approx Hemlock. HEX triplet: 72, 71 and 50. RGB value is (114,113,80). Sum of RGB (Red+Green+Blue) = 114+113+80=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 113 (44.53% from 255 or 36.81% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 114 - color contains mainly: red. Hex color #727150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727150 is #8D8EAF. Grayscale: #6D6D6D. Windows color (decimal): -9277104 or 5271922. OLE color: 5271922.

HSL color Cylindrical-coordinate representation of color #727150: hue angle of 58.24º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #727150 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB11411380-
CMYK00.010.300.55
HSL58.24º17.53%38.04%-
HSV(B)58.24º29.82%44.71%-
XYZ14.2915.979.92-
YUV109.54111.33131.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.13%
GREEN value IS 113 (44.53% from 255) = 36.81%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=37.13%
G=36.81%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141138000.010.300.5558.2417.5338.04
Hex727150011E373a1226
Octal162161120013667722246
Binary111001011100011010000011111011011111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727150; }

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

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

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

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

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

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

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

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