#764E6A

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

Shades of Cosmic #764E6A

Tints of Cosmic #764E6A

Color information

#764E6A (or 0x764E6A) is unknown color: approx Cosmic. HEX triplet: 76, 4E and 6A. RGB value is (118,78,106). Sum of RGB (Red+Green+Blue) = 118+78+106=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 78 (30.86% from 255 or 25.83% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #764E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E6A is #89B195. Grayscale: #5D5D5D. Windows color (decimal): -9023894 or 6966902. OLE color: 6966902.

HSL color Cylindrical-coordinate representation of color #764E6A: hue angle of 318º 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 #764E6A is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11878106-
CMYK00.340.100.54
HSL318º20.41%38.43%-
HSV(B)318º33.9%46.27%-
XYZ12.810.3414.96-
YUV93.15135.25145.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.07%
GREEN value IS 78 (30.86% from 255) = 25.83%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=39.07%
G=25.83%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187810600.340.100.5431820.4138.43
Hex764E6A022A3613e1426
Octal16611615204212664762446
Binary1110110100111011010100100010101011011010011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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