#755760

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

Shades of Cosmic #755760

Tints of Cosmic #755760

Color information

#755760 (or 0x755760) is unknown color: approx Cosmic. HEX triplet: 75, 57 and 60. RGB value is (117,87,96). Sum of RGB (Red+Green+Blue) = 117+87+96=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #755760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755760 is #8AA89F. Grayscale: #606060. Windows color (decimal): -9087136 or 6313845. OLE color: 6313845.

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

Color convert

RGB1178796-
CMYK00.260.180.54
HSL342º14.71%40%-
HSV(B)342º25.64%45.88%-
XYZ12.8611.4412.6-
YUV97127.44142.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 96 (37.89% from 255) = 32%
R=39%
G=29%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117879600.260.180.5434214.7140
Hex75576001A1236156f28
Octal16512714003222665261750
Binary111010110101111100000011010100101101101010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755760; }

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

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

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

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

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

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

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

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