#764E5B

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

Shades of Cosmic #764E5B

Tints of Cosmic #764E5B

Color information

#764E5B (or 0x764E5B) is unknown color: approx Cosmic. HEX triplet: 76, 4E and 5B. RGB value is (118,78,91). Sum of RGB (Red+Green+Blue) = 118+78+91=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #764E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764E5B is #89B1A4. Grayscale: #5B5B5B. Windows color (decimal): -9023909 or 5983862. OLE color: 5983862.

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

Color convert

RGB1187891-
CMYK00.340.230.54
HSL340.5º20.41%38.43%-
HSV(B)340.5º33.9%46.27%-
XYZ12.0810.0611.2-
YUV91.44127.75146.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.11%
GREEN value IS 78 (30.86% from 255) = 27.18%
BLUE value IS 91 (35.94% from 255) = 31.71%
R=41.11%
G=27.18%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118789100.340.230.54340.520.4138.43
Hex764E5B02217361541426
Octal16611613304227665242446
Binary11101101001110101101101000101011111011010101010010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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