#764E64

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

Shades of Cosmic #764E64

Tints of Cosmic #764E64

Color information

#764E64 (or 0x764E64) is unknown color: approx Cosmic. HEX triplet: 76, 4E and 64. RGB value is (118,78,100). Sum of RGB (Red+Green+Blue) = 118+78+100=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E64 is #89B19B. Grayscale: #5C5C5C. Windows color (decimal): -9023900 or 6573686. OLE color: 6573686.

HSL color Cylindrical-coordinate representation of color #764E64: hue angle of 327º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #764E64 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11878100-
CMYK00.340.150.54
HSL327º20.41%38.43%-
HSV(B)327º33.9%46.27%-
XYZ12.510.2213.37-
YUV92.47132.25146.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 78 (30.86% from 255) = 26.35%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=39.86%
G=26.35%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187810000.340.150.5432720.4138.43
Hex764E64022F361471426
Octal16611614404217665072446
Binary1110110100111011001000100010111111011010100011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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