#763346

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

Shades of Camelot #763346

Tints of Camelot #763346

Color information

#763346 (or 0x763346) is unknown color: approx Camelot. HEX triplet: 76, 33 and 46. RGB value is (118,51,70). Sum of RGB (Red+Green+Blue) = 118+51+70=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #763346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763346 is #89CCB9. Grayscale: #494949. Windows color (decimal): -9030842 or 4600694. OLE color: 4600694.

HSL color Cylindrical-coordinate representation of color #763346: hue angle of 342.99º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #763346 is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB1185170-
CMYK00.570.410.54
HSL342.99º39.64%33.14%-
HSV(B)342.99º56.78%46.27%-
XYZ9.766.666.57-
YUV73.2126.2159.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=49.37%
G=21.34%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118517000.570.410.54342.9939.6433.14
Hex76334603929361572821
Octal1666310607151665275041
Binary111011011001110001100111001101001110110101010111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763346; }

 p { color: rgb(118,51,70); }

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

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

 a { background-color: rgb(118,51,70); }

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

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

 span { border-color: rgb(118,51,70); }

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