#763A47

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

Shades of Camelot #763A47

Tints of Camelot #763A47

Color information

#763A47 (or 0x763A47) is unknown color: approx Camelot. HEX triplet: 76, 3A and 47. RGB value is (118,58,71). Sum of RGB (Red+Green+Blue) = 118+58+71=247 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.77% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 118 - color contains mainly: red. Hex color #763A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A47 is #89C5B8. Grayscale: #4D4D4D. Windows color (decimal): -9029049 or 4668022. OLE color: 4668022.

HSL color Cylindrical-coordinate representation of color #763A47: hue angle of 347º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A47 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.54.

Color convert

RGB1185871-
CMYK00.510.400.54
HSL347º34.09%34.51%-
HSV(B)347º50.85%46.27%-
XYZ10.127.336.84-
YUV77.42124.38156.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.77%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 71 (28.12% from 255) = 28.74%
R=47.77%
G=23.48%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118587100.510.400.5434734.0934.51
Hex763A47033283615b2223
Octal1667210706350665334243
Binary111011011101010001110110011101000110110101011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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