#763F4E

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

Shades of Camelot #763F4E

Tints of Camelot #763F4E

Color information

#763F4E (or 0x763F4E) is unknown color: approx Camelot. HEX triplet: 76, 3F and 4E. RGB value is (118,63,78). Sum of RGB (Red+Green+Blue) = 118+63+78=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 63 (25% from 255 or 24.32% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #763F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763F4E is #89C0B1. Grayscale: #515151. Windows color (decimal): -9027762 or 5128054. OLE color: 5128054.

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

Color convert

RGB1186378-
CMYK00.470.340.54
HSL343.64º30.39%35.49%-
HSV(B)343.64º46.61%46.27%-
XYZ10.627.968.18-
YUV81.15126.22154.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 63 (25% from 255) = 24.32%
BLUE value IS 78 (30.86% from 255) = 30.12%
R=45.56%
G=24.32%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118637800.470.340.54343.6430.3935.49
Hex763F4E02F22361581e23
Octal1667711605742665303643
Binary11101101111111001110010111110001011011010101100011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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