#755666

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

Shades of Cosmic #755666

Tints of Cosmic #755666

Color information

#755666 (or 0x755666) is unknown color: approx Cosmic. HEX triplet: 75, 56 and 66. RGB value is (117,86,102). Sum of RGB (Red+Green+Blue) = 117+86+102=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755666 is #8AA999. Grayscale: #616161. Windows color (decimal): -9087386 or 6706805. OLE color: 6706805.

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

Color convert

RGB11786102-
CMYK00.260.130.54
HSL329.03º15.27%39.8%-
HSV(B)329.03º26.5%45.88%-
XYZ13.0611.414.08-
YUV97.09130.77142.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 38.36%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=38.36%
G=28.20%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1178610200.260.130.54329.0315.2739.8
Hex75566601AD36149f28
Octal16512614603215665111750
Binary11101011010110110011001101011011101101010010011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755666; }

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

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

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

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

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

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

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

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