#774963

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

Shades of Cosmic #774963

Tints of Cosmic #774963

Color information

#774963 (or 0x774963) is unknown color: approx Cosmic. HEX triplet: 77, 49 and 63. RGB value is (119,73,99). Sum of RGB (Red+Green+Blue) = 119+73+99=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 119 - color contains mainly: red. Hex color #774963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774963 is #88B69C. Grayscale: #595959. Windows color (decimal): -8959645 or 6506871. OLE color: 6506871.

HSL color Cylindrical-coordinate representation of color #774963: hue angle of 326.09º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #774963 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1197399-
CMYK00.390.170.53
HSL326.09º23.96%37.65%-
HSV(B)326.09º38.66%46.67%-
XYZ12.249.5913.01-
YUV89.72133.24148.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.89%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=40.89%
G=25.09%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119739900.390.170.53326.0923.9637.65
Hex77496302711351461826
Octal16711114304721655063046
Binary11101111001001110001101001111000111010110100011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774963; }

 p { color: rgb(119,73,99); }

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

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

 a { background-color: rgb(119,73,99); }

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

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

 span { border-color: rgb(119,73,99); }

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