#763C4F

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

Shades of Camelot #763C4F

Tints of Camelot #763C4F

Color information

#763C4F (or 0x763C4F) is unknown color: approx Camelot. HEX triplet: 76, 3C and 4F. RGB value is (118,60,79). Sum of RGB (Red+Green+Blue) = 118+60+79=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 79 (31.25% from 255 or 30.74% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763C4F is #89C3B0. Grayscale: #4F4F4F. Windows color (decimal): -9028529 or 5192822. OLE color: 5192822.

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

Color convert

RGB1186079-
CMYK00.490.330.54
HSL340.34º32.58%34.9%-
HSV(B)340.34º49.15%46.27%-
XYZ10.57.658.32-
YUV79.51127.72155.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 60 (23.83% from 255) = 23.35%
BLUE value IS 79 (31.25% from 255) = 30.74%
R=45.91%
G=23.35%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118607900.490.330.54340.3432.5834.9
Hex763C4F03121361542123
Octal1667411706141665244143
Binary111011011110010011110110001100001110110101010100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,60,79); }

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

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

 a { background-color: rgb(118,60,79); }

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

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

 span { border-color: rgb(118,60,79); }

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