#774D5E

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

Shades of Cosmic #774D5E

Tints of Cosmic #774D5E

Color information

#774D5E (or 0x774D5E) is unknown color: approx Cosmic. HEX triplet: 77, 4D and 5E. RGB value is (119,77,94). Sum of RGB (Red+Green+Blue) = 119+77+94=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 119 - color contains mainly: red. Hex color #774D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D5E is #88B2A1. Grayscale: #5B5B5B. Windows color (decimal): -8958626 or 6180215. OLE color: 6180215.

HSL color Cylindrical-coordinate representation of color #774D5E: hue angle of 335.71º 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 #774D5E is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1197794-
CMYK00.350.210.53
HSL335.71º21.43%38.43%-
HSV(B)335.71º35.29%46.67%-
XYZ12.2810.0411.88-
YUV91.5129.41147.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.03%
GREEN value IS 77 (30.47% from 255) = 26.55%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=41.03%
G=26.55%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119779400.350.210.53335.7121.4338.43
Hex774D5E02315351501526
Octal16711513604325655202546
Binary11101111001101101111001000111010111010110101000010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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