#72895C

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

Shades of Highland #72895C

Tints of Highland #72895C

Color information

#72895C (or 0x72895C) is unknown color: approx Highland. HEX triplet: 72, 89 and 5C. RGB value is (114,137,92). Sum of RGB (Red+Green+Blue) = 114+137+92=343 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.24% from 343); Green value is 137 (53.91% from 255 or 39.94% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 137 - color contains mainly: green. Hex color #72895C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72895C is #8D76A3. Grayscale: #7D7D7D. Windows color (decimal): -9270948 or 6064498. OLE color: 6064498.

HSL color Cylindrical-coordinate representation of color #72895C: hue angle of 90.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #72895C is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB11413792-
CMYK0.1700.330.46
HSL90.67º19.65%44.9%-
HSV(B)90.67º32.85%53.73%-
XYZ17.8222.2413.48-
YUV124.99109.38120.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.24%
GREEN value IS 137 (53.91% from 255) = 39.94%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=33.24%
G=39.94%
B=26.82%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114137920.1700.330.4690.6719.6544.9
Hex72895C110212E5b142d
Octal16221113421041561332455
Binary1110010100010011011100100010100001101110101101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72895C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72895C; }

 p { color: rgb(114,137,92); }

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

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

 a { background-color: rgb(114,137,92); }

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

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

 span { border-color: rgb(114,137,92); }

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