#774E65

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

Shades of Cosmic #774E65

Tints of Cosmic #774E65

Color information

#774E65 (or 0x774E65) is unknown color: approx Cosmic. HEX triplet: 77, 4E and 65. RGB value is (119,78,101). Sum of RGB (Red+Green+Blue) = 119+78+101=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 78 (30.86% from 255 or 26.17% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 119 - color contains mainly: red. Hex color #774E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #774E65 is #88B19A. Grayscale: #5C5C5C. Windows color (decimal): -8958363 or 6639223. OLE color: 6639223.

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

Color convert

RGB11978101-
CMYK00.340.150.53
HSL326.34º20.81%38.63%-
HSV(B)326.34º34.45%46.67%-
XYZ12.6810.3113.63-
YUV92.88132.58146.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.93%
GREEN value IS 78 (30.86% from 255) = 26.17%
BLUE value IS 101 (39.84% from 255) = 33.89%
R=39.93%
G=26.17%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1197810100.340.150.53326.3420.8138.63
Hex774E65022F351461527
Octal16711614504217655062547
Binary1110111100111011001010100010111111010110100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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