#754666

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

Shades of Cosmic #754666

Tints of Cosmic #754666

Color information

#754666 (or 0x754666) is unknown color: approx Cosmic. HEX triplet: 75, 46 and 66. RGB value is (117,70,102). Sum of RGB (Red+Green+Blue) = 117+70+102=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #754666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754666 is #8AB999. Grayscale: #575757. Windows color (decimal): -9091482 or 6702709. OLE color: 6702709.

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

Color convert

RGB11770102-
CMYK00.400.130.54
HSL319.15º25.13%36.67%-
HSV(B)319.15º40.17%45.88%-
XYZ11.929.1213.7-
YUV87.7136.07148.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 70 (27.73% from 255) = 24.22%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=40.48%
G=24.22%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1177010200.400.130.54319.1525.1336.67
Hex754666028D3613f1925
Octal16510614605015664773145
Binary1110101100011011001100101000110111011010011111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754666; }

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

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

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

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

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

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

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

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