#764E5C

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

Shades of Cosmic #764E5C

Tints of Cosmic #764E5C

Color information

#764E5C (or 0x764E5C) is unknown color: approx Cosmic. HEX triplet: 76, 4E and 5C. RGB value is (118,78,92). Sum of RGB (Red+Green+Blue) = 118+78+92=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E5C is #89B1A3. Grayscale: #5B5B5B. Windows color (decimal): -9023908 or 6049398. OLE color: 6049398.

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

Color convert

RGB1187892-
CMYK00.340.220.54
HSL339º20.41%38.43%-
HSV(B)339º33.9%46.27%-
XYZ12.1310.0711.43-
YUV91.56128.25146.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 92 (36.33% from 255) = 31.94%
R=40.97%
G=27.08%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118789200.340.220.5433920.4138.43
Hex764E5C02216361531426
Octal16611613404226665232446
Binary11101101001110101110001000101011011011010101001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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