#774764

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

Shades of Cosmic #774764

Tints of Cosmic #774764

Color information

#774764 (or 0x774764) is unknown color: approx Cosmic. HEX triplet: 77, 47 and 64. RGB value is (119,71,100). Sum of RGB (Red+Green+Blue) = 119+71+100=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774764 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774764 is #88B89B. Grayscale: #585858. Windows color (decimal): -8960156 or 6571895. OLE color: 6571895.

HSL color Cylindrical-coordinate representation of color #774764: hue angle of 323.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #774764 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB11971100-
CMYK00.400.160.53
HSL323.75º25.26%37.25%-
HSV(B)323.75º40.34%46.67%-
XYZ12.169.3513.22-
YUV88.66134.4149.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 71 (28.12% from 255) = 24.48%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=41.03%
G=24.48%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197110000.400.160.53323.7525.2637.25
Hex77476402810351441925
Octal16710714405020655043145
Binary11101111000111110010001010001000011010110100010011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774764; }

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

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

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

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

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

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

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

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