#763C47

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

Shades of Camelot #763C47

Tints of Camelot #763C47

Color information

#763C47 (or 0x763C47) is unknown color: approx Camelot. HEX triplet: 76, 3C and 47. RGB value is (118,60,71). Sum of RGB (Red+Green+Blue) = 118+60+71=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #763C47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C47 is #89C3B8. Grayscale: #4E4E4E. Windows color (decimal): -9028537 or 4668534. OLE color: 4668534.

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

Color convert

RGB1186071-
CMYK00.490.400.54
HSL348.62º32.58%34.9%-
HSV(B)348.62º49.15%46.27%-
XYZ10.227.546.88-
YUV78.6123.72156.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 71 (28.12% from 255) = 28.51%
R=47.39%
G=24.10%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118607100.490.400.54348.6232.5834.9
Hex763C47031283615d2123
Octal1667410706150665354143
Binary111011011110010001110110001101000110110101011101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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