#728473

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

Shades of Davy's Grey #728473

Tints of Davy's Grey #728473

Color information

#728473 (or 0x728473) is unknown color: approx Davy's Grey. HEX triplet: 72, 84 and 73. RGB value is (114,132,115). Sum of RGB (Red+Green+Blue) = 114+132+115=361 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.58% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #728473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728473 is #8D7B8C. Grayscale: #7C7C7C. Windows color (decimal): -9272205 or 7570546. OLE color: 7570546.

HSL color Cylindrical-coordinate representation of color #728473: hue angle of 123.33º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #728473 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB114132115-
CMYK0.1400.130.48
HSL123.33º7.32%48.24%-
HSV(B)123.33º13.64%51.76%-
XYZ18.2921.3219.37-
YUV124.68122.54120.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.58%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=31.58%
G=36.57%
B=31.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141321150.1400.130.48123.337.3248.24
Hex728473E0D307b730
Octal1622041631601560173760
Binary11100101000010011100111110011011100001111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728473; }

 p { color: rgb(114,132,115); }

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

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

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

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

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

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

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