#737D73

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

Shades of Davy's Grey #737D73

Tints of Davy's Grey #737D73

Color information

#737D73 (or 0x737D73) is unknown color: approx Davy's Grey. HEX triplet: 73, 7D and 73. RGB value is (115,125,115). Sum of RGB (Red+Green+Blue) = 115+125+115=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 125 (49.22% from 255 or 35.21% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 125 - color contains mainly: green. Hex color #737D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737D73 is #8C828C. Grayscale: #787878. Windows color (decimal): -9208461 or 7568755. OLE color: 7568755.

HSL color Cylindrical-coordinate representation of color #737D73: hue angle of 120º degrees, saturation: 0.04, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #737D73 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB115125115-
CMYK0.0800.080.51
HSL120º4.17%47.06%-
HSV(B)120º8%49.02%-
XYZ17.519.5519.07-
YUV120.87124.69123.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 125 (49.22% from 255) = 35.21%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=32.39%
G=35.21%
B=32.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1151251150.0800.080.511204.1747.06
Hex737D73808337842f
Octal1631751631001063170457
Binary1110011111110111100111000010001100111111000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737D73; }

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

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

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

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

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

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

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

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