#773E5D

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

Shades of Cosmic #773E5D

Tints of Cosmic #773E5D

Color information

#773E5D (or 0x773E5D) is unknown color: approx Cosmic. HEX triplet: 77, 3E and 5D. RGB value is (119,62,93). Sum of RGB (Red+Green+Blue) = 119+62+93=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #773E5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E5D is #88C1A2. Grayscale: #525252. Windows color (decimal): -8962467 or 6110839. OLE color: 6110839.

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

Color convert

RGB1196293-
CMYK00.480.220.53
HSL327.37º31.49%35.49%-
HSV(B)327.37º47.9%46.67%-
XYZ11.318.1611.33-
YUV82.58133.88153.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 62 (24.61% from 255) = 22.63%
BLUE value IS 93 (36.72% from 255) = 33.94%
R=43.43%
G=22.63%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119629300.480.220.53327.3731.4935.49
Hex773E5D03016351471f23
Octal1677613506026655073743
Binary1110111111110101110101100001011011010110100011111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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