#773E5C

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

Shades of Cosmic #773E5C

Tints of Cosmic #773E5C

Color information

#773E5C (or 0x773E5C) is unknown color: approx Cosmic. HEX triplet: 77, 3E and 5C. RGB value is (119,62,92). Sum of RGB (Red+Green+Blue) = 119+62+92=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #773E5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773E5C is #88C1A3. Grayscale: #525252. Windows color (decimal): -8962468 or 6045303. OLE color: 6045303.

HSL color Cylindrical-coordinate representation of color #773E5C: hue angle of 328.42º 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 #773E5C is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1196292-
CMYK00.480.230.53
HSL328.42º31.49%35.49%-
HSV(B)328.42º47.9%46.67%-
XYZ11.268.1411.1-
YUV82.46133.38154.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 92 (36.33% from 255) = 33.70%
R=43.59%
G=22.71%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119629200.480.230.53328.4231.4935.49
Hex773E5C03017351481f23
Octal1677613406027655103743
Binary1110111111110101110001100001011111010110100100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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