#728F80

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

Shades of Patina #728F80

Tints of Patina #728F80

Color information

#728F80 (or 0x728F80) is unknown color: approx Patina. HEX triplet: 72, 8F and 80. RGB value is (114,143,128). Sum of RGB (Red+Green+Blue) = 114+143+128=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #728F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F80 is #8D707F. Grayscale: #848484. Windows color (decimal): -9269376 or 8425330. OLE color: 8425330.

HSL color Cylindrical-coordinate representation of color #728F80: hue angle of 148.97º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F80 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB114143128-
CMYK0.2000.100.44
HSL148.97º11.46%50.39%-
HSV(B)148.97º20.28%56.08%-
XYZ20.6624.7824.12-
YUV132.62125.39114.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 128 (50.39% from 255) = 33.25%
R=29.61%
G=37.14%
B=33.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1141431280.2000.100.44148.9711.4650.39
Hex728F80140A2C95b32
Octal16221720024012542251362
Binary111001010001111100000001010001010101100100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728F80; }

 p { color: rgb(114,143,128); }

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

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

 a { background-color: rgb(114,143,128); }

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

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

 span { border-color: rgb(114,143,128); }

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