#775566

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

Shades of Cosmic #775566

Tints of Cosmic #775566

Color information

#775566 (or 0x775566) is unknown color: approx Cosmic. HEX triplet: 77, 55 and 66. RGB value is (119,85,102). Sum of RGB (Red+Green+Blue) = 119+85+102=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 119 - color contains mainly: red. Hex color #775566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775566 is #88AA99. Grayscale: #616161. Windows color (decimal): -8956570 or 6706551. OLE color: 6706551.

HSL color Cylindrical-coordinate representation of color #775566: hue angle of 330º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #775566 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11985102-
CMYK00.290.140.53
HSL330º16.67%40%-
HSV(B)330º28.57%46.67%-
XYZ13.2511.3814.07-
YUV97.1130.76143.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.89%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 102 (40.23% from 255) = 33.33%
R=38.89%
G=27.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198510200.290.140.5333016.6740
Hex77556601DE3514a1128
Octal16712514603516655122150
Binary111011110101011100110011101111011010110100101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775566; }

 p { color: rgb(119,85,102); }

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

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

 a { background-color: rgb(119,85,102); }

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

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

 span { border-color: rgb(119,85,102); }

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