#774369

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

Shades of Cosmic #774369

Tints of Cosmic #774369

Color information

#774369 (or 0x774369) is unknown color: approx Cosmic. HEX triplet: 77, 43 and 69. RGB value is (119,67,105). Sum of RGB (Red+Green+Blue) = 119+67+105=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774369 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774369 is #88BC96. Grayscale: #565656. Windows color (decimal): -8961175 or 6898551. OLE color: 6898551.

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

Color convert

RGB11967105-
CMYK00.440.120.53
HSL316.15º27.96%36.47%-
HSV(B)316.15º43.7%46.67%-
XYZ12.168.9614.45-
YUV86.88138.23150.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=40.89%
G=23.02%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196710500.440.120.53316.1527.9636.47
Hex77436902CC3513c1c24
Octal16710315105414654743444
Binary1110111100001111010010101100110011010110011110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774369; }

 p { color: rgb(119,67,105); }

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

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

 a { background-color: rgb(119,67,105); }

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

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

 span { border-color: rgb(119,67,105); }

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