#75486C

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

Shades of Salt Box #75486C

Tints of Salt Box #75486C

Color information

#75486C (or 0x75486C) is unknown color: approx Salt Box. HEX triplet: 75, 48 and 6C. RGB value is (117,72,108). Sum of RGB (Red+Green+Blue) = 117+72+108=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #75486C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75486C is #8AB793. Grayscale: #595959. Windows color (decimal): -9090964 or 7096437. OLE color: 7096437.

HSL color Cylindrical-coordinate representation of color #75486C: hue angle of 312º degrees, saturation: 0.24, 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 #75486C is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11772108-
CMYK00.380.080.54
HSL312º23.81%37.06%-
HSV(B)312º38.46%45.88%-
XYZ12.369.515.37-
YUV89.56138.41147.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 72 (28.52% from 255) = 24.24%
BLUE value IS 108 (42.58% from 255) = 36.36%
R=39.39%
G=24.24%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177210800.380.080.5431223.8137.06
Hex75486C0268361381825
Octal16511015404610664703045
Binary1110101100100011011000100110100011011010011100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75486C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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