#754663

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

Shades of Cosmic #754663

Tints of Cosmic #754663

Color information

#754663 (or 0x754663) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 63. RGB value is (117,70,99). Sum of RGB (Red+Green+Blue) = 117+70+99=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 70 (27.73% from 255 or 24.48% from 286); Blue value is 99 (39.06% from 255 or 34.62% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #754663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754663 is #8AB99C. Grayscale: #575757. Windows color (decimal): -9091485 or 6506101. OLE color: 6506101.

HSL color Cylindrical-coordinate representation of color #754663: hue angle of 322.98º 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 #754663 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB1177099-
CMYK00.400.150.54
HSL322.98º25.13%36.67%-
HSV(B)322.98º40.17%45.88%-
XYZ11.789.0612.93-
YUV87.36134.57149.14-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 70 (27.73% from 255) = 24.48%
BLUE value IS 99 (39.06% from 255) = 34.62%
R=40.91%
G=24.48%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117709900.400.150.54322.9825.1336.67
Hex754663028F361431925
Octal16510614305017665033145
Binary1110101100011011000110101000111111011010100001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754663; }

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

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

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

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

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

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

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

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