#763B4A

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

Shades of Camelot #763B4A

Tints of Camelot #763B4A

Color information

#763B4A (or 0x763B4A) is unknown color: approx Camelot. HEX triplet: 76, 3B and 4A. RGB value is (118,59,74). Sum of RGB (Red+Green+Blue) = 118+59+74=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #763B4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B4A is #89C4B5. Grayscale: #4E4E4E. Windows color (decimal): -9028790 or 4864886. OLE color: 4864886.

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

Color convert

RGB1185974-
CMYK00.500.370.54
HSL344.75º33.33%34.71%-
HSV(B)344.75º50%46.27%-
XYZ10.277.477.38-
YUV78.35125.55156.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 59 (23.44% from 255) = 23.51%
BLUE value IS 74 (29.30% from 255) = 29.48%
R=47.01%
G=23.51%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118597400.500.370.54344.7533.3334.71
Hex763B4A03225361592123
Octal1667311206245665314143
Binary111011011101110010100110010100101110110101011001100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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