#774E59

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

Shades of Cosmic #774E59

Tints of Cosmic #774E59

Color information

#774E59 (or 0x774E59) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 59. RGB value is (119,78,89). Sum of RGB (Red+Green+Blue) = 119+78+89=286 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.61% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 89 (35.16% from 255 or 31.12% from 286); Max value from RGB is 119 - color contains mainly: red. Hex color #774E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E59 is #88B1A6. Grayscale: #5B5B5B. Windows color (decimal): -8958375 or 5852791. OLE color: 5852791.

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

Color convert

RGB1197889-
CMYK00.340.250.53
HSL343.9º20.81%38.63%-
HSV(B)343.9º34.45%46.67%-
XYZ12.1410.0910.76-
YUV91.51126.58147.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.61%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 89 (35.16% from 255) = 31.12%
R=41.61%
G=27.27%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119788900.340.250.53343.920.8138.63
Hex774E5902219351581527
Octal16711613104231655302547
Binary11101111001110101100101000101100111010110101100010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,78,89); }

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

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

 a { background-color: rgb(119,78,89); }

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

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

 span { border-color: rgb(119,78,89); }

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