#738573

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

Shades of Davy's Grey #738573

Tints of Davy's Grey #738573

Color information

#738573 (or 0x738573) is unknown color: approx Davy's Grey. HEX triplet: 73, 85 and 73. RGB value is (115,133,115). Sum of RGB (Red+Green+Blue) = 115+133+115=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 133 - color contains mainly: green. Hex color #738573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738573 is #8C7A8C. Grayscale: #7D7D7D. Windows color (decimal): -9206413 or 7570803. OLE color: 7570803.

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

Color convert

RGB115133115-
CMYK0.1400.140.48
HSL120º7.26%48.63%-
HSV(B)120º13.53%52.16%-
XYZ18.5521.6619.42-
YUV125.57122.04120.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=31.68%
G=36.64%
B=31.68%

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
Decimal1151331150.1400.140.481207.2648.63
Hex738573E0E3078731
Octal1632051631601660170761
Binary11100111000010111100111110011101100001111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738573; }

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

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

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

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

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

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

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

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