#75476C

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

Shades of Salt Box #75476C

Tints of Salt Box #75476C

Color information

#75476C (or 0x75476C) is unknown color: approx Salt Box. HEX triplet: 75, 47 and 6C. RGB value is (117,71,108). Sum of RGB (Red+Green+Blue) = 117+71+108=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #75476C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75476C is #8AB893. Grayscale: #585858. Windows color (decimal): -9091220 or 7096181. OLE color: 7096181.

HSL color Cylindrical-coordinate representation of color #75476C: hue angle of 311.74º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75476C is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11771108-
CMYK00.390.080.54
HSL311.74º24.47%36.86%-
HSV(B)311.74º39.32%45.88%-
XYZ12.39.3715.35-
YUV88.97138.74147.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 108 (42.58% from 255) = 36.49%
R=39.53%
G=23.99%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177110800.390.080.54311.7424.4736.86
Hex75476C0278361381825
Octal16510715404710664703045
Binary1110101100011111011000100111100011011010011100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75476C; }

 p { color: rgb(117,71,108); }

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

<style>
 a { background-color: #75476C; }

 a { background-color: rgb(117,71,108); }

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

<style>
 span { border-color: #75476C; }

 span { border-color: rgb(117,71,108); }

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