#728870

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

Shades of Davy's Grey #728870

Tints of Davy's Grey #728870

Color information

#728870 (or 0x728870) is unknown color: approx Davy's Grey. HEX triplet: 72, 88 and 70. RGB value is (114,136,112). Sum of RGB (Red+Green+Blue) = 114+136+112=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #728870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728870 is #8D778F. Grayscale: #7E7E7E. Windows color (decimal): -9271184 or 7374962. OLE color: 7374962.

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

Color convert

RGB114136112-
CMYK0.1600.180.47
HSL115º9.68%48.63%-
HSV(B)115º17.65%53.33%-
XYZ18.6722.3618.66-
YUV126.69119.71118.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 136 (53.52% from 255) = 37.57%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=31.49%
G=37.57%
B=30.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1141361120.1600.180.471159.6848.63
Hex728870100122F73a31
Octal16221016020022571631261
Binary11100101000100011100001000001001010111111100111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728870; }

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

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

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

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

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

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

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

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