#763543

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

Shades of Camelot #763543

Tints of Camelot #763543

Color information

#763543 (or 0x763543) is unknown color: approx Camelot. HEX triplet: 76, 35 and 43. RGB value is (118,53,67). Sum of RGB (Red+Green+Blue) = 118+53+67=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #763543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763543 is #89CABC. Grayscale: #4A4A4A. Windows color (decimal): -9030333 or 4404598. OLE color: 4404598.

HSL color Cylindrical-coordinate representation of color #763543: hue angle of 347.08º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763543 is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB1185367-
CMYK00.550.430.54
HSL347.08º38.01%33.53%-
HSV(B)347.08º55.08%46.27%-
XYZ9.766.86.11-
YUV74.03124.03159.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 53 (21.09% from 255) = 22.27%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=49.58%
G=22.27%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118536700.550.430.54347.0838.0133.53
Hex7635430372B3615b2622
Octal1666510306753665334642
Binary111011011010110000110110111101011110110101011011100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763543; }

 p { color: rgb(118,53,67); }

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

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

 a { background-color: rgb(118,53,67); }

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

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

 span { border-color: rgb(118,53,67); }

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