#763E5F

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

Shades of Cosmic #763E5F

Tints of Cosmic #763E5F

Color information

#763E5F (or 0x763E5F) is unknown color: approx Cosmic. HEX triplet: 76, 3E and 5F. RGB value is (118,62,95). Sum of RGB (Red+Green+Blue) = 118+62+95=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #763E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E5F is #89C1A0. Grayscale: #525252. Windows color (decimal): -9028001 or 6241910. OLE color: 6241910.

HSL color Cylindrical-coordinate representation of color #763E5F: hue angle of 324.64º 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 #763E5F is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1186295-
CMYK00.470.190.54
HSL324.64º31.11%35.29%-
HSV(B)324.64º47.46%46.27%-
XYZ11.268.1211.8-
YUV82.51135.05153.32-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 62 (24.61% from 255) = 22.55%
BLUE value IS 95 (37.5% from 255) = 34.55%
R=42.91%
G=22.55%
B=34.55%

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
Decimal118629500.470.190.54324.6431.1135.29
Hex763E5F02F13361451f23
Octal1667613705723665053743
Binary1110110111110101111101011111001111011010100010111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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