#738C73

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

Shades of Davy's Grey #738C73

Tints of Davy's Grey #738C73

Color information

#738C73 (or 0x738C73) is unknown color: approx Davy's Grey. HEX triplet: 73, 8C and 73. RGB value is (115,140,115). Sum of RGB (Red+Green+Blue) = 115+140+115=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 140 - color contains mainly: green. Hex color #738C73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C73 is #8C738C. Grayscale: #818181. Windows color (decimal): -9204621 or 7572595. OLE color: 7572595.

HSL color Cylindrical-coordinate representation of color #738C73: hue angle of 120º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738C73 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB115140115-
CMYK0.1800.180.45
HSL120º9.8%50%-
HSV(B)120º17.86%54.9%-
XYZ19.5423.6419.75-
YUV129.68119.72117.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 140 (55.08% from 255) = 37.84%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=31.08%
G=37.84%
B=31.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151401150.1800.180.451209.850
Hex738C73120122D78a32
Octal16321416322022551701262
Binary11100111000110011100111001001001010110111110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738C73; }

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

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

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

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

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

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

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

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