#774566

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

Shades of Cosmic #774566

Tints of Cosmic #774566

Color information

#774566 (or 0x774566) is unknown color: approx Cosmic. HEX triplet: 77, 45 and 66. RGB value is (119,69,102). Sum of RGB (Red+Green+Blue) = 119+69+102=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774566 is #88BA99. Grayscale: #575757. Windows color (decimal): -8960666 or 6702455. OLE color: 6702455.

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

Color convert

RGB11969102-
CMYK00.420.140.53
HSL320.4º26.6%36.86%-
HSV(B)320.4º42.02%46.67%-
XYZ12.139.1413.69-
YUV87.71136.06150.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 102 (40.23% from 255) = 35.17%
R=41.03%
G=23.79%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196910200.420.140.53320.426.636.86
Hex77456602AE351401b25
Octal16710514605216655003345
Binary1110111100010111001100101010111011010110100000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774566; }

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

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

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

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

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

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

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

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