#75596A

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

Shades of Cosmic #75596A

Tints of Cosmic #75596A

Color information

#75596A (or 0x75596A) is unknown color: approx Cosmic. HEX triplet: 75, 59 and 6A. RGB value is (117,89,106). Sum of RGB (Red+Green+Blue) = 117+89+106=312 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.5% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 117 - color contains mainly: red. Hex color #75596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75596A is #8AA695. Grayscale: #636363. Windows color (decimal): -9086614 or 6969717. OLE color: 6969717.

HSL color Cylindrical-coordinate representation of color #75596A: hue angle of 323.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75596A is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11789106-
CMYK00.240.090.54
HSL323.57º13.59%40.39%-
HSV(B)323.57º23.93%45.88%-
XYZ13.5111.9715.23-
YUV99.31131.78140.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.5%
GREEN value IS 89 (35.16% from 255) = 28.53%
BLUE value IS 106 (41.80% from 255) = 33.97%
R=37.5%
G=28.53%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178910600.240.090.54323.5713.5940.39
Hex75596A018936144e28
Octal16513115203011665041650
Binary11101011011001110101001100010011101101010001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,89,106); }

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

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

 a { background-color: rgb(117,89,106); }

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

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

 span { border-color: rgb(117,89,106); }

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