#755466

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

Shades of Cosmic #755466

Tints of Cosmic #755466

Color information

#755466 (or 0x755466) is unknown color: approx Cosmic. HEX triplet: 75, 54 and 66. RGB value is (117,84,102). Sum of RGB (Red+Green+Blue) = 117+84+102=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #755466 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755466 is #8AAB99. Grayscale: #5F5F5F. Windows color (decimal): -9087898 or 6706293. OLE color: 6706293.

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

Color convert

RGB11784102-
CMYK00.280.130.54
HSL327.27º16.42%39.41%-
HSV(B)327.27º28.21%45.88%-
XYZ12.911.0814.03-
YUV95.92131.43143.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.61%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=38.61%
G=27.72%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178410200.280.130.54327.2716.4239.41
Hex75546601CD361471027
Octal16512414603415665072047
Binary111010110101001100110011100110111011010100011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755466; }

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

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

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

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

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

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

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

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