#773960

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

Shades of Cosmic #773960

Tints of Cosmic #773960

Color information

#773960 (or 0x773960) is unknown color: approx Cosmic. HEX triplet: 77, 39 and 60. RGB value is (119,57,96). Sum of RGB (Red+Green+Blue) = 119+57+96=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #773960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773960 is #88C69F. Grayscale: #4F4F4F. Windows color (decimal): -8963744 or 6306167. OLE color: 6306167.

HSL color Cylindrical-coordinate representation of color #773960: hue angle of 322.26º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #773960 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1195796-
CMYK00.520.190.53
HSL322.26º35.23%34.51%-
HSV(B)322.26º52.1%46.67%-
XYZ11.187.6911.96-
YUV79.98137.04155.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 57 (22.66% from 255) = 20.96%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=43.75%
G=20.96%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119579600.520.190.53322.2635.2334.51
Hex77396003413351422323
Octal1677114006423655024343
Binary11101111110011100000011010010011110101101000010100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773960; }

 p { color: rgb(119,57,96); }

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

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

 a { background-color: rgb(119,57,96); }

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

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

 span { border-color: rgb(119,57,96); }

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