#763E60

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

Shades of Cosmic #763E60

Tints of Cosmic #763E60

Color information

#763E60 (or 0x763E60) is unknown color: approx Cosmic. HEX triplet: 76, 3E and 60. RGB value is (118,62,96). Sum of RGB (Red+Green+Blue) = 118+62+96=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 62 (24.61% from 255 or 22.46% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 118 - color contains mainly: red. Hex color #763E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E60 is #89C19F. Grayscale: #525252. Windows color (decimal): -9028000 or 6307446. OLE color: 6307446.

HSL color Cylindrical-coordinate representation of color #763E60: hue angle of 323.57º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #763E60 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1186296-
CMYK00.470.190.54
HSL323.57º31.11%35.29%-
HSV(B)323.57º47.46%46.27%-
XYZ11.318.1412.04-
YUV82.62135.55153.24-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.75%
GREEN value IS 62 (24.61% from 255) = 22.46%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=42.75%
G=22.46%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118629600.470.190.54323.5731.1135.29
Hex763E6002F13361441f23
Octal1667614005723665043743
Binary1110110111110110000001011111001111011010100010011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763E60; }

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

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

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

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

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

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

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

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