Shades of Camelot #76404C
Tints of Camelot #76404C
RGB
CMYK
RGB Variations
Color information
#76404C (or 0x76404C) is known color: Camelot. HEX triplet: 76, 40 and 4C. RGB value is (118,64,76). Sum of RGB (Red+Green+Blue) = 118+64+76=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #76404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76404C is #89BFB3. Grayscale: #515151. Windows color (decimal): -9027508 or 4997238. OLE color: 4997238.
HSL color Cylindrical-coordinate representation of color #76404C: hue angle of 346.67º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76404C is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 64 | 76 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.54 |
| HSL | 346.67º | 0.3% | 0.36% | - |
| HSV(B) | 346.67º | 0.46% | 0.46% | - |
| XYZ | 10.61 | 8.04 | 7.83 | - |
| YUV | 81.51 | 124.89 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 64 | 76 | 0 | 0.46 | 0.36 | 0.54 | 346.67 | 0.3 | 0.36 |
| Hex | 76 | 40 | 4C | 0 | 2E | 24 | 36 | 15B | 1E | 24 |
| Octal | 166 | 100 | 114 | 0 | 56 | 44 | 66 | 533 | 36 | 44 |
| Binary | 1110110 | 1000000 | 1001100 | 0 | 101110 | 100100 | 110110 | 101011011 | 11110 | 100100 |
Color Harmonies of #76404C
Complementary color
Monochromatic Colors of #76404C
Black with #76404C
Text Example
Text Example
White with #76404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76404C; }
p { color: rgb(118,64,76); }
H1.HeaderClassName
{
color: #76404C;
}
.AnyTagClassName
{
color: #76404C;
}
</style>
background-color css
<style>
a { background-color: #76404C; }
a { background-color: rgb(118,64,76); }
div.DivClassName
{
background-color: #76404C;
}
.BgClassName
{
background-color: #76404C;
}
</style>
border-color css
<style>
span { border-color: #76404C; }
span { border-color: rgb(118,64,76); }
td.TdClassName
{
border-color: #76404C;
}
.TagClassName
{
border-color: #76404C;
}
</style>