#749371

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

Shades of Davy's Grey #749371

Tints of Davy's Grey #749371

Color information

#749371 (or 0x749371) is unknown color: approx Davy's Grey. HEX triplet: 74, 93 and 71. RGB value is (116,147,113). Sum of RGB (Red+Green+Blue) = 116+147+113=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #749371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749371 is #8B6C8E. Grayscale: #858585. Windows color (decimal): -9137295 or 7443316. OLE color: 7443316.

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

Color convert

RGB116147113-
CMYK0.2100.230.42
HSL114.71º13.6%50.98%-
HSV(B)114.71º23.13%57.65%-
XYZ20.6225.7719.51-
YUV133.85116.23115.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.85%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 113 (44.53% from 255) = 30.05%
R=30.85%
G=39.10%
B=30.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161471130.2100.230.42114.7113.650.98
Hex749371150172A73e33
Octal16422316125027521631663
Binary11101001001001111100011010101011110101011100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749371; }

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

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

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

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

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

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

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

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