#774467

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

Shades of Cosmic #774467

Tints of Cosmic #774467

Color information

#774467 (or 0x774467) is unknown color: approx Cosmic. HEX triplet: 77, 44 and 67. RGB value is (119,68,103). Sum of RGB (Red+Green+Blue) = 119+68+103=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774467 is #88BB98. Grayscale: #575757. Windows color (decimal): -8960921 or 6767735. OLE color: 6767735.

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

Color convert

RGB11968103-
CMYK00.430.130.53
HSL318.82º27.27%36.67%-
HSV(B)318.82º42.86%46.67%-
XYZ12.129.0413.94-
YUV87.24136.9150.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=41.03%
G=23.45%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196810300.430.130.53318.8227.2736.67
Hex77446702BD3513f1b25
Octal16710414705315654773345
Binary1110111100010011001110101011110111010110011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774467; }

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

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

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

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

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

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

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

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