#74556D

Color #74556D Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #74556D

Tints of Salt Box #74556D

Color information

#74556D (or 0x74556D) is unknown color: approx Salt Box. HEX triplet: 74, 55 and 6D. RGB value is (116,85,109). Sum of RGB (Red+Green+Blue) = 116+85+109=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74556D is #8BAA92. Grayscale: #606060. Windows color (decimal): -9153171 or 7165300. OLE color: 7165300.

HSL color Cylindrical-coordinate representation of color #74556D: hue angle of 313.55º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74556D is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11685109-
CMYK00.270.060.55
HSL313.55º15.42%39.41%-
HSV(B)313.55º26.72%45.49%-
XYZ13.2111.3115.96-
YUV97134.77141.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 109 (42.97% from 255) = 35.16%
R=37.42%
G=27.42%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168510900.270.060.55313.5515.4239.41
Hex74556D01B63713af27
Octal1641251550336674721747
Binary1110100101010111011010110111101101111001110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74556D; }

 p { color: rgb(116,85,109); }

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

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

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

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

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

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

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