#72877F

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

Shades of Patina #72877F

Tints of Patina #72877F

Color information

#72877F (or 0x72877F) is unknown color: approx Patina. HEX triplet: 72, 87 and 7F. RGB value is (114,135,127). Sum of RGB (Red+Green+Blue) = 114+135+127=376 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.32% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #72877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72877F is #8D7880. Grayscale: #7F7F7F. Windows color (decimal): -9271425 or 8357746. OLE color: 8357746.

HSL color Cylindrical-coordinate representation of color #72877F: hue angle of 157.14º degrees, saturation: 0.08, 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 #72877F is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB114135127-
CMYK0.1600.060.47
HSL157.14º8.43%48.82%-
HSV(B)157.14º15.56%52.94%-
XYZ19.4322.4423.39-
YUV127.81127.54118.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.32%
GREEN value IS 135 (53.12% from 255) = 35.90%
BLUE value IS 127 (50% from 255) = 33.78%
R=30.32%
G=35.90%
B=33.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141351270.1600.060.47157.148.4348.82
Hex72877F10062F9d831
Octal1622071772006572351061
Binary1110010100001111111111100000110101111100111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72877F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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