#763544

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

Shades of Camelot #763544

Tints of Camelot #763544

Color information

#763544 (or 0x763544) is unknown color: approx Camelot. HEX triplet: 76, 35 and 44. RGB value is (118,53,68). Sum of RGB (Red+Green+Blue) = 118+53+68=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763544 is #89CABB. Grayscale: #4A4A4A. Windows color (decimal): -9030332 or 4470134. OLE color: 4470134.

HSL color Cylindrical-coordinate representation of color #763544: hue angle of 346.15º 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 #763544 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.54.

Color convert

RGB1185368-
CMYK00.550.420.54
HSL346.15º38.01%33.53%-
HSV(B)346.15º55.08%46.27%-
XYZ9.796.826.27-
YUV74.14124.53159.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 53 (21.09% from 255) = 22.18%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=49.37%
G=22.18%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118536800.550.420.54346.1538.0133.53
Hex7635440372A3615a2622
Octal1666510406752665324642
Binary111011011010110001000110111101010110110101011010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763544; }

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

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

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

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

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

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

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

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