#764C66

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

Shades of Cosmic #764C66

Tints of Cosmic #764C66

Color information

#764C66 (or 0x764C66) is unknown color: approx Cosmic. HEX triplet: 76, 4C and 66. RGB value is (118,76,102). Sum of RGB (Red+Green+Blue) = 118+76+102=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #764C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764C66 is #89B399. Grayscale: #5B5B5B. Windows color (decimal): -9024410 or 6704246. OLE color: 6704246.

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

Color convert

RGB11876102-
CMYK00.360.140.54
HSL322.86º21.65%38.04%-
HSV(B)322.86º35.59%46.27%-
XYZ12.459.9813.84-
YUV91.52133.91146.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.86%
GREEN value IS 76 (30.08% from 255) = 25.68%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=39.86%
G=25.68%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1187610200.360.140.54322.8621.6538.04
Hex764C66024E361431626
Octal16611414604416665032646
Binary1110110100110011001100100100111011011010100001110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,76,102); }

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

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

 a { background-color: rgb(118,76,102); }

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

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

 span { border-color: rgb(118,76,102); }

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