#74586F

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

Shades of Salt Box #74586F

Tints of Salt Box #74586F

Color information

#74586F (or 0x74586F) is unknown color: approx Salt Box. HEX triplet: 74, 58 and 6F. RGB value is (116,88,111). Sum of RGB (Red+Green+Blue) = 116+88+111=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #74586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74586F is #8BA790. Grayscale: #626262. Windows color (decimal): -9152401 or 7297140. OLE color: 7297140.

HSL color Cylindrical-coordinate representation of color #74586F: hue angle of 310.71º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #74586F is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11688111-
CMYK00.240.040.55
HSL310.71º13.73%40%-
HSV(B)310.71º24.14%45.49%-
XYZ13.5611.8416.61-
YUV98.99134.78140.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 111 (43.75% from 255) = 35.24%
R=36.83%
G=27.94%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168811100.240.040.55310.7113.7340
Hex74586F018437137e28
Octal1641301570304674671650
Binary1110100101100011011110110001001101111001101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74586F; }

 p { color: rgb(116,88,111); }

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

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

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

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

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

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

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