#75496E

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

Shades of Salt Box #75496E

Tints of Salt Box #75496E

Color information

#75496E (or 0x75496E) is unknown color: approx Salt Box. HEX triplet: 75, 49 and 6E. RGB value is (117,73,110). Sum of RGB (Red+Green+Blue) = 117+73+110=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #75496E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75496E is #8AB691. Grayscale: #5A5A5A. Windows color (decimal): -9090706 or 7227765. OLE color: 7227765.

HSL color Cylindrical-coordinate representation of color #75496E: hue angle of 309.55º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75496E is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11773110-
CMYK00.380.060.54
HSL309.55º23.16%37.25%-
HSV(B)309.55º37.61%45.88%-
XYZ12.539.6715.96-
YUV90.37139.08146.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 110 (43.36% from 255) = 36.67%
R=39%
G=24.33%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177311000.380.060.54309.5523.1637.25
Hex75496E0266361361725
Octal1651111560466664662745
Binary111010110010011101110010011011011011010011011010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,73,110); }

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

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

 a { background-color: rgb(117,73,110); }

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

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

 span { border-color: rgb(117,73,110); }

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