#774563

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

Shades of Cosmic #774563

Tints of Cosmic #774563

Color information

#774563 (or 0x774563) is unknown color: approx Cosmic. HEX triplet: 77, 45 and 63. RGB value is (119,69,99). Sum of RGB (Red+Green+Blue) = 119+69+99=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #774563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774563 is #88BA9C. Grayscale: #575757. Windows color (decimal): -8960669 or 6505847. OLE color: 6505847.

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

Color convert

RGB1196999-
CMYK00.420.170.53
HSL324º26.6%36.86%-
HSV(B)324º42.02%46.67%-
XYZ11.999.0812.92-
YUV87.37134.56150.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=41.46%
G=24.04%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119699900.420.170.5332426.636.86
Hex77456302A11351441b25
Octal16710514305221655043345
Binary11101111000101110001101010101000111010110100010011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774563; }

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

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

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

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

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

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

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

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