#754264

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

Shades of Cosmic #754264

Tints of Cosmic #754264

Color information

#754264 (or 0x754264) is unknown color: approx Cosmic. HEX triplet: 75, 42 and 64. RGB value is (117,66,100). Sum of RGB (Red+Green+Blue) = 117+66+100=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754264 is #8ABD9B. Grayscale: #555555. Windows color (decimal): -9092508 or 6570613. OLE color: 6570613.

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

Color convert

RGB11766100-
CMYK00.440.150.54
HSL320º27.87%35.88%-
HSV(B)320º43.59%45.88%-
XYZ11.588.613.11-
YUV85.12136.4150.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=41.34%
G=23.32%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176610000.440.150.5432027.8735.88
Hex75426402CF361401c24
Octal16510214405417665003444
Binary1110101100001011001000101100111111011010100000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754264; }

 p { color: rgb(117,66,100); }

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

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

 a { background-color: rgb(117,66,100); }

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

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

 span { border-color: rgb(117,66,100); }

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