#774066

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

Shades of Cosmic #774066

Tints of Cosmic #774066

Color information

#774066 (or 0x774066) is unknown color: approx Cosmic. HEX triplet: 77, 40 and 66. RGB value is (119,64,102). Sum of RGB (Red+Green+Blue) = 119+64+102=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 64 (25.39% from 255 or 22.46% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #774066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774066 is #88BF99. Grayscale: #545454. Windows color (decimal): -8961946 or 6701175. OLE color: 6701175.

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

Color convert

RGB11964102-
CMYK00.460.140.53
HSL318.55º30.05%35.88%-
HSV(B)318.55º46.22%46.67%-
XYZ11.848.5513.6-
YUV84.78137.72152.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 64 (25.39% from 255) = 22.46%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=41.75%
G=22.46%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196410200.460.140.53318.5530.0535.88
Hex77406602EE3513f1e24
Octal16710014605616654773644
Binary1110111100000011001100101110111011010110011111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774066; }

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

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

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

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

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

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

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

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