Shades of Camelot #76394A
Tints of Camelot #76394A
RGB
CMYK
RGB Variations
Color information
#76394A (or 0x76394A) is known color: Camelot. HEX triplet: 76, 39 and 4A. RGB value is (118,57,74). Sum of RGB (Red+Green+Blue) = 118+57+74=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76394A is #89C6B5. Grayscale: #4D4D4D. Windows color (decimal): -9029302 or 4864374. OLE color: 4864374.
HSL color Cylindrical-coordinate representation of color #76394A: hue angle of 343.28º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76394A is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 57 | 74 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.54 |
| HSL | 343.28º | 0.35% | 0.34% | - |
| HSV(B) | 343.28º | 0.52% | 0.46% | - |
| XYZ | 10.17 | 7.27 | 7.35 | - |
| YUV | 77.18 | 126.21 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 57 | 74 | 0 | 0.52 | 0.37 | 0.54 | 343.28 | 0.35 | 0.34 |
| Hex | 76 | 39 | 4A | 0 | 34 | 25 | 36 | 157 | 23 | 22 |
| Octal | 166 | 71 | 112 | 0 | 64 | 45 | 66 | 527 | 43 | 42 |
| Binary | 1110110 | 111001 | 1001010 | 0 | 110100 | 100101 | 110110 | 101010111 | 100011 | 100010 |
Color Harmonies of #76394A
Complementary color
Monochromatic Colors of #76394A
Black with #76394A
Text Example
Text Example
White with #76394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76394A; }
p { color: rgb(118,57,74); }
H1.HeaderClassName
{
color: #76394A;
}
.AnyTagClassName
{
color: #76394A;
}
</style>
background-color css
<style>
a { background-color: #76394A; }
a { background-color: rgb(118,57,74); }
div.DivClassName
{
background-color: #76394A;
}
.BgClassName
{
background-color: #76394A;
}
</style>
border-color css
<style>
span { border-color: #76394A; }
span { border-color: rgb(118,57,74); }
td.TdClassName
{
border-color: #76394A;
}
.TagClassName
{
border-color: #76394A;
}
</style>