#728872

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

Shades of Davy's Grey #728872

Tints of Davy's Grey #728872

Color information

#728872 (or 0x728872) is unknown color: approx Davy's Grey. HEX triplet: 72, 88 and 72. RGB value is (114,136,114). Sum of RGB (Red+Green+Blue) = 114+136+114=364 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.32% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #728872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728872 is #8D778D. Grayscale: #7E7E7E. Windows color (decimal): -9271182 or 7506034. OLE color: 7506034.

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

Color convert

RGB114136114-
CMYK0.1600.160.47
HSL120º8.8%49.02%-
HSV(B)120º16.18%53.33%-
XYZ18.7822.419.25-
YUV126.91120.71118.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.32%
GREEN value IS 136 (53.52% from 255) = 37.36%
BLUE value IS 114 (44.92% from 255) = 31.32%
R=31.32%
G=37.36%
B=31.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361140.1600.160.471208.849.02
Hex728872100102F78931
Octal16221016220020571701161
Binary11100101000100011100101000001000010111111110001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728872; }

 p { color: rgb(114,136,114); }

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

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

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

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

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

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

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