#774364

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

Shades of Cosmic #774364

Tints of Cosmic #774364

Color information

#774364 (or 0x774364) is unknown color: approx Cosmic. HEX triplet: 77, 43 and 64. RGB value is (119,67,100). Sum of RGB (Red+Green+Blue) = 119+67+100=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #774364 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774364 is #88BC9B. Grayscale: #565656. Windows color (decimal): -8961180 or 6570871. OLE color: 6570871.

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

Color convert

RGB11967100-
CMYK00.440.160.53
HSL321.92º27.96%36.47%-
HSV(B)321.92º43.7%46.67%-
XYZ11.928.8613.14-
YUV86.31135.73151.32-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=41.61%
G=23.43%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1196710000.440.160.53321.9227.9636.47
Hex77436402C10351421c24
Octal16710314405420655023444
Binary11101111000011110010001011001000011010110100001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774364; }

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

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

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

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

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

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

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

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