#773F5D

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

Shades of Cosmic #773F5D

Tints of Cosmic #773F5D

Color information

#773F5D (or 0x773F5D) is unknown color: approx Cosmic. HEX triplet: 77, 3F and 5D. RGB value is (119,63,93). Sum of RGB (Red+Green+Blue) = 119+63+93=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 119 - color contains mainly: red. Hex color #773F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773F5D is #88C0A2. Grayscale: #535353. Windows color (decimal): -8962211 or 6111095. OLE color: 6111095.

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

Color convert

RGB1196393-
CMYK00.470.220.53
HSL327.86º30.77%35.69%-
HSV(B)327.86º47.06%46.67%-
XYZ11.368.2711.35-
YUV83.16133.55153.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.27%
GREEN value IS 63 (25% from 255) = 22.91%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=43.27%
G=22.91%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119639300.470.220.53327.8630.7735.69
Hex773F5D02F16351481f24
Octal1677713505726655103744
Binary1110111111111101110101011111011011010110100100011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773F5D; }

 p { color: rgb(119,63,93); }

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

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

 a { background-color: rgb(119,63,93); }

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

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

 span { border-color: rgb(119,63,93); }

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