Shades of Camelot #7B414B
Tints of Camelot #7B414B
RGB
CMYK
RGB Variations
Color information
#7B414B (or 0x7B414B) is known color: Camelot. HEX triplet: 7B, 41 and 4B. RGB value is (123,65,75). Sum of RGB (Red+Green+Blue) = 123+65+75=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 65 (25.78% from 255 or 24.71% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B414B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B414B is #84BEB4. Grayscale: #535353. Windows color (decimal): -8699573 or 4931963. OLE color: 4931963.
HSL color Cylindrical-coordinate representation of color #7B414B: hue angle of 349.66º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B414B is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 65 | 75 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.52 |
| HSL | 349.66º | 0.31% | 0.37% | - |
| HSV(B) | 349.66º | 0.47% | 0.48% | - |
| XYZ | 11.33 | 8.5 | 7.7 | - |
| YUV | 83.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 65 | 75 | 0 | 0.47 | 0.39 | 0.52 | 349.66 | 0.31 | 0.37 |
| Hex | 7B | 41 | 4B | 0 | 2F | 27 | 34 | 15E | 1F | 25 |
| Octal | 173 | 101 | 113 | 0 | 57 | 47 | 64 | 536 | 37 | 45 |
| Binary | 1111011 | 1000001 | 1001011 | 0 | 101111 | 100111 | 110100 | 101011110 | 11111 | 100101 |
Color Harmonies of #7B414B
Complementary color
Monochromatic Colors of #7B414B
Black with #7B414B
Text Example
Text Example
White with #7B414B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B414B; }
p { color: rgb(123,65,75); }
H1.HeaderClassName
{
color: #7B414B;
}
.AnyTagClassName
{
color: #7B414B;
}
</style>
background-color css
<style>
a { background-color: #7B414B; }
a { background-color: rgb(123,65,75); }
div.DivClassName
{
background-color: #7B414B;
}
.BgClassName
{
background-color: #7B414B;
}
</style>
border-color css
<style>
span { border-color: #7B414B; }
span { border-color: rgb(123,65,75); }
td.TdClassName
{
border-color: #7B414B;
}
.TagClassName
{
border-color: #7B414B;
}
</style>