#774D5C

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

Shades of Cosmic #774D5C

Tints of Cosmic #774D5C

Color information

#774D5C (or 0x774D5C) is unknown color: approx Cosmic. HEX triplet: 77, 4D and 5C. RGB value is (119,77,92). Sum of RGB (Red+Green+Blue) = 119+77+92=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 119 - color contains mainly: red. Hex color #774D5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774D5C is #88B2A3. Grayscale: #5B5B5B. Windows color (decimal): -8958628 or 6049143. OLE color: 6049143.

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

Color convert

RGB1197792-
CMYK00.350.230.53
HSL338.57º21.43%38.43%-
HSV(B)338.57º35.29%46.67%-
XYZ12.191011.41-
YUV91.27128.41147.78-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.32%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=41.32%
G=26.74%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119779200.350.230.53338.5721.4338.43
Hex774D5C02317351531526
Octal16711513404327655232546
Binary11101111001101101110001000111011111010110101001110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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