#754759

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

Shades of Cosmic #754759

Tints of Cosmic #754759

Color information

#754759 (or 0x754759) is unknown color: approx Cosmic. HEX triplet: 75, 47 and 59. RGB value is (117,71,89). Sum of RGB (Red+Green+Blue) = 117+71+89=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #754759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754759 is #8AB8A6. Grayscale: #565656. Windows color (decimal): -9091239 or 5850997. OLE color: 5850997.

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

Color convert

RGB1177189-
CMYK00.390.240.54
HSL336.52º24.47%36.86%-
HSV(B)336.52º39.32%45.88%-
XYZ11.399.0110.59-
YUV86.81129.24149.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.24%
GREEN value IS 71 (28.12% from 255) = 25.63%
BLUE value IS 89 (35.16% from 255) = 32.13%
R=42.24%
G=25.63%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117718900.390.240.54336.5224.4736.86
Hex75475902718361511825
Octal16510713104730665213045
Binary11101011000111101100101001111100011011010101000111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754759; }

 p { color: rgb(117,71,89); }

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

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

 a { background-color: rgb(117,71,89); }

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

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

 span { border-color: rgb(117,71,89); }

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