#738D72

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

Shades of Davy's Grey #738D72

Tints of Davy's Grey #738D72

Color information

#738D72 (or 0x738D72) is unknown color: approx Davy's Grey. HEX triplet: 73, 8D and 72. RGB value is (115,141,114). Sum of RGB (Red+Green+Blue) = 115+141+114=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #738D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738D72 is #8C728D. Grayscale: #828282. Windows color (decimal): -9204366 or 7507315. OLE color: 7507315.

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

Color convert

RGB115141114-
CMYK0.1800.190.45
HSL117.78º10.59%50%-
HSV(B)117.78º19.15%55.29%-
XYZ19.6323.9119.5-
YUV130.15118.89117.2-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.08%
GREEN value IS 141 (55.47% from 255) = 38.11%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=31.08%
G=38.11%
B=30.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1151411140.1800.190.45117.7810.5950
Hex738D72120132D76b32
Octal16321516222023551661362
Binary11100111000110111100101001001001110110111101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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