#728573

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

Shades of Davy's Grey #728573

Tints of Davy's Grey #728573

Color information

#728573 (or 0x728573) is unknown color: approx Davy's Grey. HEX triplet: 72, 85 and 73. RGB value is (114,133,115). Sum of RGB (Red+Green+Blue) = 114+133+115=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 133 - color contains mainly: green. Hex color #728573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #728573 is #8D7A8C. Grayscale: #7D7D7D. Windows color (decimal): -9271949 or 7570802. OLE color: 7570802.

HSL color Cylindrical-coordinate representation of color #728573: hue angle of 123.16º degrees, saturation: 0.08, 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 #728573 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB114133115-
CMYK0.1400.140.48
HSL123.16º7.69%48.43%-
HSV(B)123.16º14.29%52.16%-
XYZ18.4221.5919.42-
YUV125.27122.21119.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.49%
GREEN value IS 133 (52.34% from 255) = 36.74%
BLUE value IS 115 (45.31% from 255) = 31.77%
R=31.49%
G=36.74%
B=31.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1141331150.1400.140.48123.167.6948.43
Hex728573E0E307b830
Octal16220516316016601731060
Binary111001010000101111001111100111011000011110111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728573; }

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

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

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

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

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

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

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

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