#764D5E

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

Shades of Cosmic #764D5E

Tints of Cosmic #764D5E

Color information

#764D5E (or 0x764D5E) is unknown color: approx Cosmic. HEX triplet: 76, 4D and 5E. RGB value is (118,77,94). Sum of RGB (Red+Green+Blue) = 118+77+94=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #764D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D5E is #89B2A1. Grayscale: #5B5B5B. Windows color (decimal): -9024162 or 6180214. OLE color: 6180214.

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

Color convert

RGB1187794-
CMYK00.350.200.54
HSL335.12º21.03%38.24%-
HSV(B)335.12º34.75%46.27%-
XYZ12.159.9711.87-
YUV91.2129.58147.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.83%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=40.83%
G=26.64%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118779400.350.200.54335.1221.0338.24
Hex764D5E023143614f1526
Octal16611513604324665172546
Binary11101101001101101111001000111010011011010100111110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,77,94); }

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

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

 a { background-color: rgb(118,77,94); }

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

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

 span { border-color: rgb(118,77,94); }

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