#764D5D

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

Shades of Cosmic #764D5D

Tints of Cosmic #764D5D

Color information

#764D5D (or 0x764D5D) is unknown color: approx Cosmic. HEX triplet: 76, 4D and 5D. RGB value is (118,77,93). Sum of RGB (Red+Green+Blue) = 118+77+93=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #764D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #764D5D is #89B2A2. Grayscale: #5B5B5B. Windows color (decimal): -9024163 or 6114678. OLE color: 6114678.

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

Color convert

RGB1187793-
CMYK00.350.210.54
HSL336.59º21.03%38.24%-
HSV(B)336.59º34.75%46.27%-
XYZ12.19.9511.64-
YUV91.08129.08147.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.97%
GREEN value IS 77 (30.47% from 255) = 26.74%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=40.97%
G=26.74%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118779300.350.210.54336.5921.0338.24
Hex764D5D02315361511526
Octal16611513504325665212546
Binary11101101001101101110101000111010111011010101000110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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