#748574

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

Shades of Davy's Grey #748574

Tints of Davy's Grey #748574

Color information

#748574 (or 0x748574) is unknown color: approx Davy's Grey. HEX triplet: 74, 85 and 74. RGB value is (116,133,116). Sum of RGB (Red+Green+Blue) = 116+133+116=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 133 - color contains mainly: green. Hex color #748574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748574 is #8B7A8B. Grayscale: #7E7E7E. Windows color (decimal): -9140876 or 7636340. OLE color: 7636340.

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

Color convert

RGB116133116-
CMYK0.1300.130.48
HSL120º6.83%48.82%-
HSV(B)120º12.78%52.16%-
XYZ18.7421.7519.73-
YUV125.98122.37120.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.78%
GREEN value IS 133 (52.34% from 255) = 36.44%
BLUE value IS 116 (45.70% from 255) = 31.78%
R=31.78%
G=36.44%
B=31.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1161331160.1300.130.481206.8348.82
Hex748574D0D3078731
Octal1642051641501560170761
Binary11101001000010111101001101011011100001111000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748574; }

 p { color: rgb(116,133,116); }

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

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

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

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

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

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

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