#773961

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

Shades of Cosmic #773961

Tints of Cosmic #773961

Color information

#773961 (or 0x773961) is unknown color: approx Cosmic. HEX triplet: 77, 39 and 61. RGB value is (119,57,97). Sum of RGB (Red+Green+Blue) = 119+57+97=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 97 (38.28% from 255 or 35.53% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773961 is #88C69E. Grayscale: #4F4F4F. Windows color (decimal): -8963743 or 6371703. OLE color: 6371703.

HSL color Cylindrical-coordinate representation of color #773961: hue angle of 321.29º 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 #773961 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1195797-
CMYK00.520.180.53
HSL321.29º35.23%34.51%-
HSV(B)321.29º52.1%46.67%-
XYZ11.237.7112.21-
YUV80.1137.54155.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 97 (38.28% from 255) = 35.53%
R=43.59%
G=20.88%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119579700.520.180.53321.2935.2334.51
Hex77396103412351412323
Octal1677114106422655014343
Binary11101111110011100001011010010010110101101000001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773961; }

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

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

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

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

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

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

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

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