#749372

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

Shades of Davy's Grey #749372

Tints of Davy's Grey #749372

Color information

#749372 (or 0x749372) is unknown color: approx Davy's Grey. HEX triplet: 74, 93 and 72. RGB value is (116,147,114). Sum of RGB (Red+Green+Blue) = 116+147+114=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 147 (57.81% from 255 or 38.99% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 147 - color contains mainly: green. Hex color #749372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749372 is #8B6C8D. Grayscale: #868686. Windows color (decimal): -9137294 or 7508852. OLE color: 7508852.

HSL color Cylindrical-coordinate representation of color #749372: hue angle of 116.36º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #749372 is Cyan = 0.21, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB116147114-
CMYK0.2100.220.42
HSL116.36º13.25%51.18%-
HSV(B)116.36º22.45%57.65%-
XYZ20.6725.819.81-
YUV133.97116.73115.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 147 (57.81% from 255) = 38.99%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=30.77%
G=38.99%
B=30.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471140.2100.220.42116.3613.2551.18
Hex749372150162A74d33
Octal16422316225026521641563
Binary11101001001001111100101010101011010101011101001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749372; }

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

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

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

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

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

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

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

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