Shades of Camelot #763A45
Tints of Camelot #763A45
RGB
CMYK
RGB Variations
Color information
#763A45 (or 0x763A45) is known color: Camelot. HEX triplet: 76, 3A and 45. RGB value is (118,58,69). Sum of RGB (Red+Green+Blue) = 118+58+69=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #763A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763A45 is #89C5BA. Grayscale: #4D4D4D. Windows color (decimal): -9029051 or 4536950. OLE color: 4536950.
HSL color Cylindrical-coordinate representation of color #763A45: hue angle of 349º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #763A45 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 58 | 69 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.54 |
| HSL | 349º | 0.34% | 0.35% | - |
| HSV(B) | 349º | 0.51% | 0.46% | - |
| XYZ | 10.06 | 7.31 | 6.51 | - |
| YUV | 77.19 | 123.38 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 58 | 69 | 0 | 0.51 | 0.42 | 0.54 | 349 | 0.34 | 0.35 |
| Hex | 76 | 3A | 45 | 0 | 33 | 2A | 36 | 15D | 22 | 23 |
| Octal | 166 | 72 | 105 | 0 | 63 | 52 | 66 | 535 | 42 | 43 |
| Binary | 1110110 | 111010 | 1000101 | 0 | 110011 | 101010 | 110110 | 101011101 | 100010 | 100011 |
Color Harmonies of #763A45
Complementary color
Monochromatic Colors of #763A45
Black with #763A45
Text Example
Text Example
White with #763A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763A45; }
p { color: rgb(118,58,69); }
H1.HeaderClassName
{
color: #763A45;
}
.AnyTagClassName
{
color: #763A45;
}
</style>
background-color css
<style>
a { background-color: #763A45; }
a { background-color: rgb(118,58,69); }
div.DivClassName
{
background-color: #763A45;
}
.BgClassName
{
background-color: #763A45;
}
</style>
border-color css
<style>
span { border-color: #763A45; }
span { border-color: rgb(118,58,69); }
td.TdClassName
{
border-color: #763A45;
}
.TagClassName
{
border-color: #763A45;
}
</style>