#774E64

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

Shades of Cosmic #774E64

Tints of Cosmic #774E64

Color information

#774E64 (or 0x774E64) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 64. RGB value is (119,78,100). Sum of RGB (Red+Green+Blue) = 119+78+100=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 119 - color contains mainly: red. Hex color #774E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E64 is #88B19B. Grayscale: #5C5C5C. Windows color (decimal): -8958364 or 6573687. OLE color: 6573687.

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

Color convert

RGB11978100-
CMYK00.340.160.53
HSL327.8º20.81%38.63%-
HSV(B)327.8º34.45%46.67%-
XYZ12.6310.2913.38-
YUV92.77132.08146.71-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 100 (39.45% from 255) = 33.67%
R=40.07%
G=26.26%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197810000.340.160.53327.820.8138.63
Hex774E6402210351481527
Octal16711614404220655102547
Binary11101111001110110010001000101000011010110100100010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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