#754563

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

Shades of Cosmic #754563

Tints of Cosmic #754563

Color information

#754563 (or 0x754563) is unknown color: approx Cosmic. HEX triplet: 75, 45 and 63. RGB value is (117,69,99). Sum of RGB (Red+Green+Blue) = 117+69+99=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #754563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754563 is #8ABA9C. Grayscale: #565656. Windows color (decimal): -9091741 or 6505845. OLE color: 6505845.

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

Color convert

RGB1176999-
CMYK00.410.150.54
HSL322.5º25.81%36.47%-
HSV(B)322.5º41.03%45.88%-
XYZ11.728.9412.91-
YUV86.77134.9149.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=41.05%
G=24.21%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117699900.410.150.54322.525.8136.47
Hex754563029F361421a24
Octal16510514305117665023244
Binary1110101100010111000110101001111111011010100001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754563; }

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

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

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

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

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

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

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

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