#763343

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

Shades of Camelot #763343

Tints of Camelot #763343

Color information

#763343 (or 0x763343) is unknown color: approx Camelot. HEX triplet: 76, 33 and 43. RGB value is (118,51,67). Sum of RGB (Red+Green+Blue) = 118+51+67=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #763343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763343 is #89CCBC. Grayscale: #484848. Windows color (decimal): -9030845 or 4404086. OLE color: 4404086.

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

Color convert

RGB1185167-
CMYK00.570.430.54
HSL345.67º39.64%33.14%-
HSV(B)345.67º56.78%46.27%-
XYZ9.676.626.08-
YUV72.86124.7160.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50%
GREEN value IS 51 (20.31% from 255) = 21.61%
BLUE value IS 67 (26.56% from 255) = 28.39%
R=50%
G=21.61%
B=28.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118516700.570.430.54345.6739.6433.14
Hex7633430392B3615a2821
Octal1666310307153665325041
Binary111011011001110000110111001101011110110101011010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #763343; }

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

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

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

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

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

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

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

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