#74596D

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

Shades of Salt Box #74596D

Tints of Salt Box #74596D

Color information

#74596D (or 0x74596D) is unknown color: approx Salt Box. HEX triplet: 74, 59 and 6D. RGB value is (116,89,109). Sum of RGB (Red+Green+Blue) = 116+89+109=314 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.94% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 116 - color contains mainly: red. Hex color #74596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74596D is #8BA692. Grayscale: #636363. Windows color (decimal): -9152147 or 7166324. OLE color: 7166324.

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

Color convert

RGB11689109-
CMYK00.230.060.55
HSL315.56º13.17%40.2%-
HSV(B)315.56º23.28%45.49%-
XYZ13.5411.9616.06-
YUV99.35133.45139.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.94%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=36.94%
G=28.34%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168910900.230.060.55315.5613.1740.2
Hex74596D01763713cd28
Octal1641311550276674741550
Binary1110100101100111011010101111101101111001111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74596D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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