#728780

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

Shades of Patina #728780

Tints of Patina #728780

Color information

#728780 (or 0x728780) is unknown color: approx Patina. HEX triplet: 72, 87 and 80. RGB value is (114,135,128). Sum of RGB (Red+Green+Blue) = 114+135+128=377 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.24% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #728780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728780 is #8D787F. Grayscale: #7F7F7F. Windows color (decimal): -9271424 or 8423282. OLE color: 8423282.

HSL color Cylindrical-coordinate representation of color #728780: hue angle of 160º 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 #728780 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB114135128-
CMYK0.1600.050.47
HSL160º8.43%48.82%-
HSV(B)160º15.56%52.94%-
XYZ19.522.4623.73-
YUV127.92128.04118.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.24%
GREEN value IS 135 (53.12% from 255) = 35.81%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=30.24%
G=35.81%
B=33.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141351280.1600.050.471608.4348.82
Hex72878010052Fa0831
Octal1622072002005572401061
Binary11100101000011110000000100000101101111101000001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728780; }

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

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

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

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

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

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

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

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