#755860

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

Shades of Cosmic #755860

Tints of Cosmic #755860

Color information

#755860 (or 0x755860) is unknown color: approx Cosmic. HEX triplet: 75, 58 and 60. RGB value is (117,88,96). Sum of RGB (Red+Green+Blue) = 117+88+96=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755860 is #8AA79F. Grayscale: #616161. Windows color (decimal): -9086880 or 6314101. OLE color: 6314101.

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

Color convert

RGB1178896-
CMYK00.250.180.54
HSL343.45º14.15%40.2%-
HSV(B)343.45º24.79%45.88%-
XYZ12.9411.6112.62-
YUV97.58127.11141.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.87%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=38.87%
G=29.24%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117889600.250.180.54343.4514.1540.2
Hex7558600191236157e28
Octal16513014003122665271650
Binary111010110110001100000011001100101101101010101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755860; }

 p { color: rgb(117,88,96); }

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

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

 a { background-color: rgb(117,88,96); }

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

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

 span { border-color: rgb(117,88,96); }

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