#774E61

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

Shades of Cosmic #774E61

Tints of Cosmic #774E61

Color information

#774E61 (or 0x774E61) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 61. RGB value is (119,78,97). Sum of RGB (Red+Green+Blue) = 119+78+97=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #774E61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E61 is #88B19E. Grayscale: #5C5C5C. Windows color (decimal): -8958367 or 6377079. OLE color: 6377079.

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

Color convert

RGB1197897-
CMYK00.340.180.53
HSL332.2º20.81%38.63%-
HSV(B)332.2º34.45%46.67%-
XYZ12.4910.2312.63-
YUV92.42130.58146.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.48%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=40.48%
G=26.53%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119789700.340.180.53332.220.8138.63
Hex774E61022123514c1527
Octal16711614104222655142547
Binary11101111001110110000101000101001011010110100110010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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