#763B47

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

Shades of Camelot #763B47

Tints of Camelot #763B47

Color information

#763B47 (or 0x763B47) is unknown color: approx Camelot. HEX triplet: 76, 3B and 47. RGB value is (118,59,71). Sum of RGB (Red+Green+Blue) = 118+59+71=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #763B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763B47 is #89C4B8. Grayscale: #4E4E4E. Windows color (decimal): -9028793 or 4668278. OLE color: 4668278.

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

Color convert

RGB1185971-
CMYK00.500.400.54
HSL347.8º33.33%34.71%-
HSV(B)347.8º50%46.27%-
XYZ10.177.436.86-
YUV78.01124.05156.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 59 (23.44% from 255) = 23.79%
BLUE value IS 71 (28.12% from 255) = 28.63%
R=47.58%
G=23.79%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118597100.500.400.54347.833.3334.71
Hex763B47032283615c2123
Octal1667310706250665344143
Binary111011011101110001110110010101000110110101011100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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