Shades of Camelot #7B394F
Tints of Camelot #7B394F
RGB
CMYK
RGB Variations
Color information
#7B394F (or 0x7B394F) is known color: Camelot. HEX triplet: 7B, 39 and 4F. RGB value is (123,57,79). Sum of RGB (Red+Green+Blue) = 123+57+79=259 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.49% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 123 - color contains mainly: red. Hex color #7B394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B394F is #84C6B0. Grayscale: #4F4F4F. Windows color (decimal): -8701617 or 5192059. OLE color: 5192059.
HSL color Cylindrical-coordinate representation of color #7B394F: hue angle of 340º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B394F is Cyan = 0, Magento = 0.54, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 57 | 79 | - |
| CMYK | 0 | 0.54 | 0.36 | 0.52 |
| HSL | 340º | 0.37% | 0.35% | - |
| HSV(B) | 340º | 0.54% | 0.48% | - |
| XYZ | 11.04 | 7.7 | 8.3 | - |
| YUV | 79.24 | 127.87 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 57 | 79 | 0 | 0.54 | 0.36 | 0.52 | 340 | 0.37 | 0.35 |
| Hex | 7B | 39 | 4F | 0 | 36 | 24 | 34 | 154 | 25 | 23 |
| Octal | 173 | 71 | 117 | 0 | 66 | 44 | 64 | 524 | 45 | 43 |
| Binary | 1111011 | 111001 | 1001111 | 0 | 110110 | 100100 | 110100 | 101010100 | 100101 | 100011 |
Color Harmonies of #7B394F
Complementary color
Monochromatic Colors of #7B394F
Black with #7B394F
Text Example
Text Example
White with #7B394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B394F; }
p { color: rgb(123,57,79); }
H1.HeaderClassName
{
color: #7B394F;
}
.AnyTagClassName
{
color: #7B394F;
}
</style>
background-color css
<style>
a { background-color: #7B394F; }
a { background-color: rgb(123,57,79); }
div.DivClassName
{
background-color: #7B394F;
}
.BgClassName
{
background-color: #7B394F;
}
</style>
border-color css
<style>
span { border-color: #7B394F; }
span { border-color: rgb(123,57,79); }
td.TdClassName
{
border-color: #7B394F;
}
.TagClassName
{
border-color: #7B394F;
}
</style>