#727142

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

Shades of Hemlock #727142

Tints of Hemlock #727142

Color information

#727142 (or 0x727142) is unknown color: approx Hemlock. HEX triplet: 72, 71 and 42. RGB value is (114,113,66). Sum of RGB (Red+Green+Blue) = 114+113+66=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 113 (44.53% from 255 or 38.57% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #727142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727142 is #8D8EBD. Grayscale: #6C6C6C. Windows color (decimal): -9277118 or 4354418. OLE color: 4354418.

HSL color Cylindrical-coordinate representation of color #727142: hue angle of 58.75º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #727142 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB11411366-
CMYK00.010.420.55
HSL58.75º26.67%35.29%-
HSV(B)58.75º42.11%44.71%-
XYZ13.8315.787.47-
YUV107.94104.33132.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 113 (44.53% from 255) = 38.57%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=38.91%
G=38.57%
B=22.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141136600.010.420.5558.7526.6735.29
Hex727142012A373b1b23
Octal162161102015267733343
Binary1110010111000110000100110101011011111101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #727142; }

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

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

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

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

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

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

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

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