#775569

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

Shades of Cosmic #775569

Tints of Cosmic #775569

Color information

#775569 (or 0x775569) is unknown color: approx Cosmic. HEX triplet: 77, 55 and 69. RGB value is (119,85,105). Sum of RGB (Red+Green+Blue) = 119+85+105=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 119 - color contains mainly: red. Hex color #775569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775569 is #88AA96. Grayscale: #616161. Windows color (decimal): -8956567 or 6903159. OLE color: 6903159.

HSL color Cylindrical-coordinate representation of color #775569: hue angle of 324.71º 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 #775569 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB11985105-
CMYK00.290.120.53
HSL324.71º16.67%40%-
HSV(B)324.71º28.57%46.67%-
XYZ13.4111.4414.87-
YUV97.45132.26143.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.51%
GREEN value IS 85 (33.59% from 255) = 27.51%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=38.51%
G=27.51%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1198510500.290.120.53324.7116.6740
Hex77556901DC351451128
Octal16712515103514655052150
Binary111011110101011101001011101110011010110100010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775569; }

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

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

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

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

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

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

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

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