#749471

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

Shades of Davy's Grey #749471

Tints of Davy's Grey #749471

Color information

#749471 (or 0x749471) is unknown color: approx Davy's Grey. HEX triplet: 74, 94 and 71. RGB value is (116,148,113). Sum of RGB (Red+Green+Blue) = 116+148+113=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #749471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #749471 is #8B6B8E. Grayscale: #868686. Windows color (decimal): -9137039 or 7443572. OLE color: 7443572.

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

Color convert

RGB116148113-
CMYK0.2200.240.42
HSL114.86º14.06%51.18%-
HSV(B)114.86º23.65%58.04%-
XYZ20.7726.0919.56-
YUV134.44115.9114.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 148 (58.20% from 255) = 39.26%
BLUE value IS 113 (44.53% from 255) = 29.97%
R=30.77%
G=39.26%
B=29.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1161481130.2200.240.42114.8614.0651.18
Hex749471160182A73e33
Octal16422416126030521631663
Binary11101001001010011100011011001100010101011100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749471; }

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

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

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

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

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

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

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

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