#763B4E

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

Shades of Camelot #763B4E

Tints of Camelot #763B4E

Color information

#763B4E (or 0x763B4E) is unknown color: approx Camelot. HEX triplet: 76, 3B and 4E. RGB value is (118,59,78). Sum of RGB (Red+Green+Blue) = 118+59+78=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 78 (30.86% from 255 or 30.59% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #763B4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B4E is #89C4B1. Grayscale: #4E4E4E. Windows color (decimal): -9028786 or 5127030. OLE color: 5127030.

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

Color convert

RGB1185978-
CMYK00.500.340.54
HSL340.68º33.33%34.71%-
HSV(B)340.68º50%46.27%-
XYZ10.417.538.11-
YUV78.81127.55155.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 59 (23.44% from 255) = 23.14%
BLUE value IS 78 (30.86% from 255) = 30.59%
R=46.27%
G=23.14%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118597800.500.340.54340.6833.3334.71
Hex763B4E03222361552123
Octal1667311606242665254143
Binary111011011101110011100110010100010110110101010101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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