#728771

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

Shades of Davy's Grey #728771

Tints of Davy's Grey #728771

Color information

#728771 (or 0x728771) is unknown color: approx Davy's Grey. HEX triplet: 72, 87 and 71. RGB value is (114,135,113). Sum of RGB (Red+Green+Blue) = 114+135+113=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #728771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728771 is #8D788E. Grayscale: #7E7E7E. Windows color (decimal): -9271439 or 7440242. OLE color: 7440242.

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

Color convert

RGB114135113-
CMYK0.1600.160.47
HSL117.27º8.87%48.63%-
HSV(B)117.27º16.3%52.94%-
XYZ18.5822.118.91-
YUV126.21120.54119.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 135 (53.12% from 255) = 37.29%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=31.49%
G=37.29%
B=31.22%

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
Decimal1141351130.1600.160.47117.278.8748.63
Hex728771100102F75931
Octal16220716120020571651161
Binary11100101000011111100011000001000010111111101011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728771; }

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

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

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

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

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

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

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

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