#774666

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

Shades of Cosmic #774666

Tints of Cosmic #774666

Color information

#774666 (or 0x774666) is unknown color: approx Cosmic. HEX triplet: 77, 46 and 66. RGB value is (119,70,102). Sum of RGB (Red+Green+Blue) = 119+70+102=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 70 (27.73% from 255 or 24.05% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774666 is #88B999. Grayscale: #585858. Windows color (decimal): -8960410 or 6702711. OLE color: 6702711.

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

Color convert

RGB11970102-
CMYK00.410.140.53
HSL320.82º25.93%37.06%-
HSV(B)320.82º41.18%46.67%-
XYZ12.29.2613.72-
YUV88.3135.73149.9-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 70 (27.73% from 255) = 24.05%
BLUE value IS 102 (40.23% from 255) = 35.05%
R=40.89%
G=24.05%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197010200.410.140.53320.8225.9337.06
Hex774666029E351411a25
Octal16710614605116655013245
Binary1110111100011011001100101001111011010110100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774666; }

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

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

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

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

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

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

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

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