Shades of Camelot #763845
Tints of Camelot #763845
RGB
CMYK
RGB Variations
Color information
#763845 (or 0x763845) is known color: Camelot. HEX triplet: 76, 38 and 45. RGB value is (118,56,69). Sum of RGB (Red+Green+Blue) = 118+56+69=243 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.56% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 118 - color contains mainly: red. Hex color #763845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #763845 is #89C7BA. Grayscale: #4C4C4C. Windows color (decimal): -9029563 or 4536438. OLE color: 4536438.
HSL color Cylindrical-coordinate representation of color #763845: hue angle of 347.42º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #763845 is Cyan = 0, Magento = 0.53, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 56 | 69 | - |
| CMYK | 0 | 0.53 | 0.42 | 0.54 |
| HSL | 347.42º | 0.36% | 0.34% | - |
| HSV(B) | 347.42º | 0.53% | 0.46% | - |
| XYZ | 9.96 | 7.11 | 6.48 | - |
| YUV | 76.02 | 124.04 | 157.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 56 | 69 | 0 | 0.53 | 0.42 | 0.54 | 347.42 | 0.36 | 0.34 |
| Hex | 76 | 38 | 45 | 0 | 35 | 2A | 36 | 15B | 24 | 22 |
| Octal | 166 | 70 | 105 | 0 | 65 | 52 | 66 | 533 | 44 | 42 |
| Binary | 1110110 | 111000 | 1000101 | 0 | 110101 | 101010 | 110110 | 101011011 | 100100 | 100010 |
Color Harmonies of #763845
Complementary color
Monochromatic Colors of #763845
Black with #763845
Text Example
Text Example
White with #763845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #763845; }
p { color: rgb(118,56,69); }
H1.HeaderClassName
{
color: #763845;
}
.AnyTagClassName
{
color: #763845;
}
</style>
background-color css
<style>
a { background-color: #763845; }
a { background-color: rgb(118,56,69); }
div.DivClassName
{
background-color: #763845;
}
.BgClassName
{
background-color: #763845;
}
</style>
border-color css
<style>
span { border-color: #763845; }
span { border-color: rgb(118,56,69); }
td.TdClassName
{
border-color: #763845;
}
.TagClassName
{
border-color: #763845;
}
</style>