#774466

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

Shades of Cosmic #774466

Tints of Cosmic #774466

Color information

#774466 (or 0x774466) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 66. RGB value is (119,68,102). Sum of RGB (Red+Green+Blue) = 119+68+102=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 119 - color contains mainly: red. Hex color #774466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774466 is #88BB99. Grayscale: #575757. Windows color (decimal): -8960922 or 6702199. OLE color: 6702199.

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

Color convert

RGB11968102-
CMYK00.430.140.53
HSL320º27.27%36.67%-
HSV(B)320º42.86%46.67%-
XYZ12.079.0213.67-
YUV87.12136.4150.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.18%
GREEN value IS 68 (26.95% from 255) = 23.53%
BLUE value IS 102 (40.23% from 255) = 35.29%
R=41.18%
G=23.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196810200.430.140.5332027.2736.67
Hex77446602BE351401b25
Octal16710414605316655003345
Binary1110111100010011001100101011111011010110100000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774466; }

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

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

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

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

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

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

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

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