#728871

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

Shades of Davy's Grey #728871

Tints of Davy's Grey #728871

Color information

#728871 (or 0x728871) is unknown color: approx Davy's Grey. HEX triplet: 72, 88 and 71. RGB value is (114,136,113). Sum of RGB (Red+Green+Blue) = 114+136+113=363 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.40% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 136 - color contains mainly: green. Hex color #728871 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728871 is #8D778E. Grayscale: #7E7E7E. Windows color (decimal): -9271183 or 7440498. OLE color: 7440498.

HSL color Cylindrical-coordinate representation of color #728871: hue angle of 117.39º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #728871 is Cyan = 0.16, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB114136113-
CMYK0.1600.170.47
HSL117.39º9.24%48.82%-
HSV(B)117.39º16.91%53.33%-
XYZ18.7222.3818.96-
YUV126.8120.21118.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.40%
GREEN value IS 136 (53.52% from 255) = 37.47%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=31.40%
G=37.47%
B=31.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361130.1600.170.47117.399.2448.82
Hex728871100112F75931
Octal16221016120021571651161
Binary11100101000100011100011000001000110111111101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728871; }

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

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

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

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

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

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

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

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