#763A4E

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

Shades of Camelot #763A4E

Tints of Camelot #763A4E

Color information

#763A4E (or 0x763A4E) is unknown color: approx Camelot. HEX triplet: 76, 3A and 4E. RGB value is (118,58,78). Sum of RGB (Red+Green+Blue) = 118+58+78=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763A4E is #89C5B1. Grayscale: #4E4E4E. Windows color (decimal): -9029042 or 5126774. OLE color: 5126774.

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

Color convert

RGB1185878-
CMYK00.510.340.54
HSL340º34.09%34.51%-
HSV(B)340º50.85%46.27%-
XYZ10.367.438.1-
YUV78.22127.88156.37-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 58 (23.05% from 255) = 22.83%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=46.46%
G=22.83%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118587800.510.340.5434034.0934.51
Hex763A4E03322361542223
Octal1667211606342665244243
Binary111011011101010011100110011100010110110101010100100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,58,78); }

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

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

 a { background-color: rgb(118,58,78); }

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

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

 span { border-color: rgb(118,58,78); }

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