#774063

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

Shades of Cosmic #774063

Tints of Cosmic #774063

Color information

#774063 (or 0x774063) is unknown color: approx Cosmic. HEX triplet: 77, 40 and 63. RGB value is (119,64,99). Sum of RGB (Red+Green+Blue) = 119+64+99=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 119 - color contains mainly: red. Hex color #774063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774063 is #88BF9C. Grayscale: #545454. Windows color (decimal): -8961949 or 6504567. OLE color: 6504567.

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

Color convert

RGB1196499-
CMYK00.460.170.53
HSL321.82º30.05%35.88%-
HSV(B)321.82º46.22%46.67%-
XYZ11.698.4912.83-
YUV84.44136.22152.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.20%
GREEN value IS 64 (25.39% from 255) = 22.70%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=42.20%
G=22.70%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119649900.460.170.53321.8230.0535.88
Hex77406302E11351421e24
Octal16710014305621655023644
Binary11101111000000110001101011101000111010110100001011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774063; }

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

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

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

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

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

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

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

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