#72887F

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

Shades of Patina #72887F

Tints of Patina #72887F

Color information

#72887F (or 0x72887F) is unknown color: approx Patina. HEX triplet: 72, 88 and 7F. RGB value is (114,136,127). Sum of RGB (Red+Green+Blue) = 114+136+127=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 127 (50% from 255 or 33.69% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #72887F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72887F is #8D7780. Grayscale: #808080. Windows color (decimal): -9271169 or 8358002. OLE color: 8358002.

HSL color Cylindrical-coordinate representation of color #72887F: hue angle of 155.45º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #72887F is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB114136127-
CMYK0.1600.070.47
HSL155.45º8.8%49.02%-
HSV(B)155.45º16.18%53.33%-
XYZ19.5722.7223.43-
YUV128.4127.21117.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 136 (53.52% from 255) = 36.07%
BLUE value IS 127 (50% from 255) = 33.69%
R=30.24%
G=36.07%
B=33.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361270.1600.070.47155.458.849.02
Hex72887F10072F9b931
Octal1622101772007572331161
Binary1110010100010001111111100000111101111100110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72887F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72887F; }

 p { color: rgb(114,136,127); }

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

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

 a { background-color: rgb(114,136,127); }

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

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

 span { border-color: rgb(114,136,127); }

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