#754466

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

Shades of Cosmic #754466

Tints of Cosmic #754466

Color information

#754466 (or 0x754466) is unknown color: approx Cosmic. HEX triplet: 75, 44 and 66. RGB value is (117,68,102). Sum of RGB (Red+Green+Blue) = 117+68+102=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 68 (26.95% from 255 or 23.69% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #754466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754466 is #8ABB99. Grayscale: #565656. Windows color (decimal): -9091994 or 6702197. OLE color: 6702197.

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

Color convert

RGB11768102-
CMYK00.420.130.54
HSL318.37º26.49%36.27%-
HSV(B)318.37º41.88%45.88%-
XYZ11.88.8813.66-
YUV86.53136.73149.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 68 (26.95% from 255) = 23.69%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=40.77%
G=23.69%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176810200.420.130.54318.3726.4936.27
Hex75446602AD3613e1a24
Octal16510414605215664763244
Binary1110101100010011001100101010110111011010011111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754466; }

 p { color: rgb(117,68,102); }

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

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

 a { background-color: rgb(117,68,102); }

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

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

 span { border-color: rgb(117,68,102); }

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