#74586A

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

Shades of Salt Box #74586A

Tints of Salt Box #74586A

Color information

#74586A (or 0x74586A) is unknown color: approx Salt Box. HEX triplet: 74, 58 and 6A. RGB value is (116,88,106). Sum of RGB (Red+Green+Blue) = 116+88+106=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #74586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74586A is #8BA795. Grayscale: #626262. Windows color (decimal): -9152406 or 6969460. OLE color: 6969460.

HSL color Cylindrical-coordinate representation of color #74586A: hue angle of 321.43º 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 #74586A is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11688106-
CMYK00.240.090.55
HSL321.43º13.73%40%-
HSV(B)321.43º24.14%45.49%-
XYZ13.2911.7315.2-
YUV98.42132.28140.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.42%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 106 (41.80% from 255) = 34.19%
R=37.42%
G=28.39%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1168810600.240.090.55321.4313.7340
Hex74586A018937141e28
Octal16413015203011675011650
Binary11101001011000110101001100010011101111010000011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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