#773C5B

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

Shades of Cosmic #773C5B

Tints of Cosmic #773C5B

Color information

#773C5B (or 0x773C5B) is unknown color: approx Cosmic. HEX triplet: 77, 3C and 5B. RGB value is (119,60,91). Sum of RGB (Red+Green+Blue) = 119+60+91=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773C5B is #88C3A4. Grayscale: #515151. Windows color (decimal): -8962981 or 5979255. OLE color: 5979255.

HSL color Cylindrical-coordinate representation of color #773C5B: hue angle of 328.47º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #773C5B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1196091-
CMYK00.500.240.53
HSL328.47º32.96%35.1%-
HSV(B)328.47º49.58%46.67%-
XYZ11.117.9110.84-
YUV81.17133.55154.98-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=44.07%
G=22.22%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119609100.500.240.53328.4732.9635.1
Hex773C5B03218351482123
Octal1677413306230655104143
Binary11101111111001011011011001011000110101101001000100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,60,91); }

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

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

 a { background-color: rgb(119,60,91); }

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

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

 span { border-color: rgb(119,60,91); }

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