#754863

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

Shades of Cosmic #754863

Tints of Cosmic #754863

Color information

#754863 (or 0x754863) is unknown color: approx Cosmic. HEX triplet: 75, 48 and 63. RGB value is (117,72,99). Sum of RGB (Red+Green+Blue) = 117+72+99=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #754863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754863 is #8AB79C. Grayscale: #585858. Windows color (decimal): -9090973 or 6506613. OLE color: 6506613.

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

Color convert

RGB1177299-
CMYK00.380.150.54
HSL324º23.81%37.06%-
HSV(B)324º38.46%45.88%-
XYZ11.919.3212.98-
YUV88.53133.91148.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.62%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 34.38%
R=40.62%
G=25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117729900.380.150.5432423.8137.06
Hex754863026F361441825
Octal16511014304617665043045
Binary1110101100100011000110100110111111011010100010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754863; }

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

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

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

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

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

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

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

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