#728373

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

Shades of Davy's Grey #728373

Tints of Davy's Grey #728373

Color information

#728373 (or 0x728373) is unknown color: approx Davy's Grey. HEX triplet: 72, 83 and 73. RGB value is (114,131,115). Sum of RGB (Red+Green+Blue) = 114+131+115=360 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.67% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 131 - color contains mainly: green. Hex color #728373 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728373 is #8D7C8C. Grayscale: #7C7C7C. Windows color (decimal): -9272461 or 7570290. OLE color: 7570290.

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

Color convert

RGB114131115-
CMYK0.1300.120.49
HSL123.53º6.94%48.04%-
HSV(B)123.53º12.98%51.37%-
XYZ18.1521.0519.33-
YUV124.09122.87120.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.67%
GREEN value IS 131 (51.56% from 255) = 36.39%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=31.67%
G=36.39%
B=31.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1141311150.1300.120.49123.536.9448.04
Hex728373D0C317c730
Octal1622031631501461174760
Binary11100101000001111100111101011001100011111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728373; }

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

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

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

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

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

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

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

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