#749473

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

Shades of Davy's Grey #749473

Tints of Davy's Grey #749473

Color information

#749473 (or 0x749473) is unknown color: approx Davy's Grey. HEX triplet: 74, 94 and 73. RGB value is (116,148,115). Sum of RGB (Red+Green+Blue) = 116+148+115=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #749473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749473 is #8B6B8C. Grayscale: #868686. Windows color (decimal): -9137037 or 7574644. OLE color: 7574644.

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

Color convert

RGB116148115-
CMYK0.2200.220.42
HSL118.18º13.36%51.57%-
HSV(B)118.18º22.3%58.04%-
XYZ20.8926.1320.16-
YUV134.67116.9114.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.61%
GREEN value IS 148 (58.20% from 255) = 39.05%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=30.61%
G=39.05%
B=30.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481150.2200.220.42118.1813.3651.57
Hex749473160162A76d34
Octal16422416326026521661564
Binary11101001001010011100111011001011010101011101101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749473; }

 p { color: rgb(116,148,115); }

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

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

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

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

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

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

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