#754266

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

Shades of Cosmic #754266

Tints of Cosmic #754266

Color information

#754266 (or 0x754266) is unknown color: approx Cosmic. HEX triplet: 75, 42 and 66. RGB value is (117,66,102). Sum of RGB (Red+Green+Blue) = 117+66+102=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #754266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754266 is #8ABD99. Grayscale: #555555. Windows color (decimal): -9092506 or 6701685. OLE color: 6701685.

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

Color convert

RGB11766102-
CMYK00.440.130.54
HSL317.65º27.87%35.88%-
HSV(B)317.65º43.59%45.88%-
XYZ11.688.6413.62-
YUV85.35137.4150.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.05%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=41.05%
G=23.16%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176610200.440.130.54317.6527.8735.88
Hex75426602CD3613e1c24
Octal16510214605415664763444
Binary1110101100001011001100101100110111011010011111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754266; }

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

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

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

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

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

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

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

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