#764E68

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

Shades of Cosmic #764E68

Tints of Cosmic #764E68

Color information

#764E68 (or 0x764E68) is unknown color: approx Cosmic. HEX triplet: 76, 4E and 68. RGB value is (118,78,104). Sum of RGB (Red+Green+Blue) = 118+78+104=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #764E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E68 is #89B197. Grayscale: #5C5C5C. Windows color (decimal): -9023896 or 6835830. OLE color: 6835830.

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

Color convert

RGB11878104-
CMYK00.340.120.54
HSL321º20.41%38.43%-
HSV(B)321º33.9%46.27%-
XYZ12.6910.314.42-
YUV92.92134.25145.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=39.33%
G=26%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187810400.340.120.5432120.4138.43
Hex764E68022C361411426
Octal16611615004214665012446
Binary1110110100111011010000100010110011011010100000110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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