#774368

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

Shades of Cosmic #774368

Tints of Cosmic #774368

Color information

#774368 (or 0x774368) is unknown color: approx Cosmic. HEX triplet: 77, 43 and 68. RGB value is (119,67,104). Sum of RGB (Red+Green+Blue) = 119+67+104=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774368 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774368 is #88BC97. Grayscale: #565656. Windows color (decimal): -8961176 or 6833015. OLE color: 6833015.

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

Color convert

RGB11967104-
CMYK00.440.130.53
HSL317.31º27.96%36.47%-
HSV(B)317.31º43.7%46.67%-
XYZ12.118.9414.18-
YUV86.77137.73150.99-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 67 (26.56% from 255) = 23.10%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=41.03%
G=23.10%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196710400.440.130.53317.3127.9636.47
Hex77436802CD3513d1c24
Octal16710315005415654753444
Binary1110111100001111010000101100110111010110011110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774368; }

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

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

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

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

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

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

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

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