#763E4D

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

Shades of Camelot #763E4D

Tints of Camelot #763E4D

Color information

#763E4D (or 0x763E4D) is unknown color: approx Camelot. HEX triplet: 76, 3E and 4D. RGB value is (118,62,77). Sum of RGB (Red+Green+Blue) = 118+62+77=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #763E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763E4D is #89C1B2. Grayscale: #505050. Windows color (decimal): -9028019 or 5062262. OLE color: 5062262.

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

Color convert

RGB1186277-
CMYK00.470.350.54
HSL343.93º31.11%35.29%-
HSV(B)343.93º47.46%46.27%-
XYZ10.537.837.98-
YUV80.45126.05154.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 62 (24.61% from 255) = 24.12%
BLUE value IS 77 (30.47% from 255) = 29.96%
R=45.91%
G=24.12%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118627700.470.350.54343.9331.1135.29
Hex763E4D02F23361581f23
Octal1667611505743665303743
Binary11101101111101001101010111110001111011010101100011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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