#754660

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

Shades of Cosmic #754660

Tints of Cosmic #754660

Color information

#754660 (or 0x754660) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 60. RGB value is (117,70,96). Sum of RGB (Red+Green+Blue) = 117+70+96=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754660 is #8AB99F. Grayscale: #565656. Windows color (decimal): -9091488 or 6309493. OLE color: 6309493.

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

Color convert

RGB1177096-
CMYK00.400.180.54
HSL326.81º25.13%36.67%-
HSV(B)326.81º40.17%45.88%-
XYZ11.649.0112.19-
YUV87.02133.07149.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=41.34%
G=24.73%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117709600.400.180.54326.8125.1336.67
Hex75466002812361471925
Octal16510614005022665073145
Binary11101011000110110000001010001001011011010100011111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754660; }

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

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

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

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

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

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

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

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