#74596E

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

Shades of Salt Box #74596E

Tints of Salt Box #74596E

Color information

#74596E (or 0x74596E) is unknown color: approx Salt Box. HEX triplet: 74, 59 and 6E. RGB value is (116,89,110). Sum of RGB (Red+Green+Blue) = 116+89+110=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #74596E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74596E is #8BA691. Grayscale: #636363. Windows color (decimal): -9152146 or 7231860. OLE color: 7231860.

HSL color Cylindrical-coordinate representation of color #74596E: hue angle of 313.33º 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 #74596E is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB11689110-
CMYK00.230.050.55
HSL313.33º13.17%40.2%-
HSV(B)313.33º23.28%45.49%-
XYZ13.5911.9816.35-
YUV99.47133.95139.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 89 (35.16% from 255) = 28.25%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=36.83%
G=28.25%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168911000.230.050.55313.3313.1740.2
Hex74596E017537139d28
Octal1641311560275674711550
Binary1110100101100111011100101111011101111001110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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