#763B4D

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

Shades of Camelot #763B4D

Tints of Camelot #763B4D

Color information

#763B4D (or 0x763B4D) is unknown color: approx Camelot. HEX triplet: 76, 3B and 4D. RGB value is (118,59,77). Sum of RGB (Red+Green+Blue) = 118+59+77=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 77 (30.47% from 255 or 30.31% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #763B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763B4D is #89C4B2. Grayscale: #4E4E4E. Windows color (decimal): -9028787 or 5061494. OLE color: 5061494.

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

Color convert

RGB1185977-
CMYK00.500.350.54
HSL341.69º33.33%34.71%-
HSV(B)341.69º50%46.27%-
XYZ10.377.527.92-
YUV78.69127.05156.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.46%
GREEN value IS 59 (23.44% from 255) = 23.23%
BLUE value IS 77 (30.47% from 255) = 30.31%
R=46.46%
G=23.23%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118597700.500.350.54341.6933.3334.71
Hex763B4D03223361562123
Octal1667311506243665264143
Binary111011011101110011010110010100011110110101010110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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