#755060

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

Shades of Cosmic #755060

Tints of Cosmic #755060

Color information

#755060 (or 0x755060) is unknown color: approx Cosmic. HEX triplet: 75, 50 and 60. RGB value is (117,80,96). Sum of RGB (Red+Green+Blue) = 117+80+96=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #755060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755060 is #8AAF9F. Grayscale: #5C5C5C. Windows color (decimal): -9088928 or 6312053. OLE color: 6312053.

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

Color convert

RGB1178096-
CMYK00.320.180.54
HSL334.05º18.78%38.63%-
HSV(B)334.05º31.62%45.88%-
XYZ12.3210.3612.42-
YUV92.89129.76145.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 96 (37.89% from 255) = 32.76%
R=39.93%
G=27.30%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117809600.320.180.54334.0518.7838.63
Hex755060020123614e1327
Octal16512014004022665162347
Binary11101011010000110000001000001001011011010100111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755060; }

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

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

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

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

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

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

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

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