#75486D

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

Shades of Salt Box #75486D

Tints of Salt Box #75486D

Color information

#75486D (or 0x75486D) is unknown color: approx Salt Box. HEX triplet: 75, 48 and 6D. RGB value is (117,72,109). Sum of RGB (Red+Green+Blue) = 117+72+109=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #75486D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75486D is #8AB792. Grayscale: #595959. Windows color (decimal): -9090963 or 7161973. OLE color: 7161973.

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

Color convert

RGB11772109-
CMYK00.380.070.54
HSL310.67º23.81%37.06%-
HSV(B)310.67º38.46%45.88%-
XYZ12.419.5215.65-
YUV89.67138.91147.49-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 109 (42.97% from 255) = 36.58%
R=39.26%
G=24.16%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177210900.380.070.54310.6723.8137.06
Hex75486D0267361371825
Octal1651101550467664673045
Binary111010110010001101101010011011111011010011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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