#728D7F

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

Shades of Patina #728D7F

Tints of Patina #728D7F

Color information

#728D7F (or 0x728D7F) is unknown color: approx Patina. HEX triplet: 72, 8D and 7F. RGB value is (114,141,127). Sum of RGB (Red+Green+Blue) = 114+141+127=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #728D7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D7F is #8D7280. Grayscale: #838383. Windows color (decimal): -9269889 or 8359282. OLE color: 8359282.

HSL color Cylindrical-coordinate representation of color #728D7F: hue angle of 148.89º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728D7F is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB114141127-
CMYK0.1900.100.45
HSL148.89º10.59%50%-
HSV(B)148.89º19.15%55.29%-
XYZ20.324.1623.67-
YUV131.33125.55115.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 127 (50% from 255) = 33.25%
R=29.84%
G=36.91%
B=33.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411270.1900.100.45148.8910.5950
Hex728D7F130A2D95b32
Octal16221517723012552251362
Binary11100101000110111111111001101010101101100101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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