#755560

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

Shades of Cosmic #755560

Tints of Cosmic #755560

Color information

#755560 (or 0x755560) is unknown color: approx Cosmic. HEX triplet: 75, 55 and 60. RGB value is (117,85,96). Sum of RGB (Red+Green+Blue) = 117+85+96=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #755560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755560 is #8AAA9F. Grayscale: #5F5F5F. Windows color (decimal): -9087648 or 6313333. OLE color: 6313333.

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

Color convert

RGB1178596-
CMYK00.270.180.54
HSL339.38º15.84%39.61%-
HSV(B)339.38º27.35%45.88%-
XYZ12.711.1212.54-
YUV95.82128.1143.11-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=39.26%
G=28.52%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117859600.270.180.54339.3815.8439.61
Hex75556001B12361531028
Octal16512514003322665232050
Binary1110101101010111000000110111001011011010101001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755560; }

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

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

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

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

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

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

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

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