#774D5B

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

Shades of Cosmic #774D5B

Tints of Cosmic #774D5B

Color information

#774D5B (or 0x774D5B) is unknown color: approx Cosmic. HEX triplet: 77, 4D and 5B. RGB value is (119,77,91). Sum of RGB (Red+Green+Blue) = 119+77+91=287 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.46% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 119 - color contains mainly: red. Hex color #774D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D5B is #88B2A4. Grayscale: #5B5B5B. Windows color (decimal): -8958629 or 5983607. OLE color: 5983607.

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

Color convert

RGB1197791-
CMYK00.350.240.53
HSL340º21.43%38.43%-
HSV(B)340º35.29%46.67%-
XYZ12.159.9911.18-
YUV91.15127.91147.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.46%
GREEN value IS 77 (30.47% from 255) = 26.83%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=41.46%
G=26.83%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119779100.350.240.5334021.4338.43
Hex774D5B02318351541526
Octal16711513304330655242546
Binary11101111001101101101101000111100011010110101010010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D5B; }

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

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

<style>
 a { background-color: #774D5B; }

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

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

<style>
 span { border-color: #774D5B; }

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

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