#728D6F

Color #728D6F Davy's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Davy's Grey #728D6F

Tints of Davy's Grey #728D6F

Color information

#728D6F (or 0x728D6F) is unknown color: approx Davy's Grey. HEX triplet: 72, 8D and 6F. RGB value is (114,141,111). Sum of RGB (Red+Green+Blue) = 114+141+111=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #728D6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728D6F is #8D7290. Grayscale: #818181. Windows color (decimal): -9269905 or 7310706. OLE color: 7310706.

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

Color convert

RGB114141111-
CMYK0.1900.210.45
HSL114º11.9%49.41%-
HSV(B)114º21.28%55.29%-
XYZ19.3323.7718.61-
YUV129.51117.55116.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.15%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=31.15%
G=38.52%
B=30.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141411110.1900.210.4511411.949.41
Hex728D6F130152D72c31
Octal16221515723025551621461
Binary11100101000110111011111001101010110110111100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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