#754066

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

Shades of Cosmic #754066

Tints of Cosmic #754066

Color information

#754066 (or 0x754066) is unknown color: approx Cosmic. HEX triplet: 75, 40 and 66. RGB value is (117,64,102). Sum of RGB (Red+Green+Blue) = 117+64+102=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754066 is #8ABF99. Grayscale: #545454. Windows color (decimal): -9093018 or 6701173. OLE color: 6701173.

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

Color convert

RGB11764102-
CMYK00.450.130.54
HSL316.98º29.28%35.49%-
HSV(B)316.98º45.3%45.88%-
XYZ11.578.4113.58-
YUV84.18138.06151.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.34%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=41.34%
G=22.61%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176410200.450.130.54316.9829.2835.49
Hex75406602DD3613d1d23
Octal16510014605515664753543
Binary1110101100000011001100101101110111011010011110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754066; }

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

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

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

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

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

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

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

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