#764160

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

Shades of Cosmic #764160

Tints of Cosmic #764160

Color information

#764160 (or 0x764160) is unknown color: approx Cosmic. HEX triplet: 76, 41 and 60. RGB value is (118,65,96). Sum of RGB (Red+Green+Blue) = 118+65+96=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 118 - color contains mainly: red. Hex color #764160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764160 is #89BE9F. Grayscale: #545454. Windows color (decimal): -9027232 or 6308214. OLE color: 6308214.

HSL color Cylindrical-coordinate representation of color #764160: hue angle of 324.91º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #764160 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1186596-
CMYK00.450.190.54
HSL324.91º28.96%35.88%-
HSV(B)324.91º44.92%46.27%-
XYZ11.478.4812.1-
YUV84.38134.56151.98-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 65 (25.78% from 255) = 23.30%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=42.29%
G=23.30%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118659600.450.190.54324.9128.9635.88
Hex76416002D13361451d24
Octal16610114005523665053544
Binary11101101000001110000001011011001111011010100010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764160; }

 p { color: rgb(118,65,96); }

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

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

 a { background-color: rgb(118,65,96); }

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

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

 span { border-color: rgb(118,65,96); }

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