#763C4A

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

Shades of Camelot #763C4A

Tints of Camelot #763C4A

Color information

#763C4A (or 0x763C4A) is unknown color: approx Camelot. HEX triplet: 76, 3C and 4A. RGB value is (118,60,74). Sum of RGB (Red+Green+Blue) = 118+60+74=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #763C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763C4A is #89C3B5. Grayscale: #4E4E4E. Windows color (decimal): -9028534 or 4865142. OLE color: 4865142.

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

Color convert

RGB1186074-
CMYK00.490.370.54
HSL345.52º32.58%34.9%-
HSV(B)345.52º49.15%46.27%-
XYZ10.327.587.4-
YUV78.94125.22155.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 60 (23.83% from 255) = 23.81%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=46.83%
G=23.81%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118607400.490.370.54345.5232.5834.9
Hex763C4A031253615a2123
Octal1667411206145665324143
Binary111011011110010010100110001100101110110101011010100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #763C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,60,74); }

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

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

 a { background-color: rgb(118,60,74); }

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

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

 span { border-color: rgb(118,60,74); }

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