#748D72

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

Shades of Davy's Grey #748D72

Tints of Davy's Grey #748D72

Color information

#748D72 (or 0x748D72) is unknown color: approx Davy's Grey. HEX triplet: 74, 8D and 72. RGB value is (116,141,114). Sum of RGB (Red+Green+Blue) = 116+141+114=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 141 - color contains mainly: green. Hex color #748D72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D72 is #8B728D. Grayscale: #828282. Windows color (decimal): -9138830 or 7507316. OLE color: 7507316.

HSL color Cylindrical-coordinate representation of color #748D72: hue angle of 115.56º 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 #748D72 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB116141114-
CMYK0.1800.190.45
HSL115.56º10.59%50%-
HSV(B)115.56º19.15%55.29%-
XYZ19.7623.9819.51-
YUV130.45118.72117.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.27%
GREEN value IS 141 (55.47% from 255) = 38.01%
BLUE value IS 114 (44.92% from 255) = 30.73%
R=31.27%
G=38.01%
B=30.73%

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
Decimal1161411140.1800.190.45115.5610.5950
Hex748D72120132D74b32
Octal16421516222023551641362
Binary11101001000110111100101001001001110110111101001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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