#773D5A

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

Shades of Cosmic #773D5A

Tints of Cosmic #773D5A

Color information

#773D5A (or 0x773D5A) is unknown color: approx Cosmic. HEX triplet: 77, 3D and 5A. RGB value is (119,61,90). Sum of RGB (Red+Green+Blue) = 119+61+90=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #773D5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #773D5A is #88C2A5. Grayscale: #515151. Windows color (decimal): -8962726 or 5913975. OLE color: 5913975.

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

Color convert

RGB1196190-
CMYK00.490.240.53
HSL330º32.22%35.29%-
HSV(B)330º48.74%46.67%-
XYZ11.12810.63-
YUV81.65132.72154.64-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 61 (24.22% from 255) = 22.59%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=44.07%
G=22.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119619000.490.240.5333032.2235.29
Hex773D5A031183514a2023
Octal1677513206130655124043
Binary11101111111011011010011000111000110101101001010100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,61,90); }

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

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

 a { background-color: rgb(119,61,90); }

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

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

 span { border-color: rgb(119,61,90); }

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