Shades of Camelot #7B424E
Tints of Camelot #7B424E
RGB
CMYK
RGB Variations
Color information
#7B424E (or 0x7B424E) is known color: Camelot. HEX triplet: 7B, 42 and 4E. RGB value is (123,66,78). Sum of RGB (Red+Green+Blue) = 123+66+78=267 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.07% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 123 - color contains mainly: red. Hex color #7B424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B424E is #84BDB1. Grayscale: #545454. Windows color (decimal): -8699314 or 5128827. OLE color: 5128827.
HSL color Cylindrical-coordinate representation of color #7B424E: hue angle of 347.37º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B424E is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 78 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.52 |
| HSL | 347.37º | 0.3% | 0.37% | - |
| HSV(B) | 347.37º | 0.46% | 0.48% | - |
| XYZ | 11.49 | 8.66 | 8.27 | - |
| YUV | 84.41 | 124.38 | 155.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 78 | 0 | 0.46 | 0.37 | 0.52 | 347.37 | 0.3 | 0.37 |
| Hex | 7B | 42 | 4E | 0 | 2E | 25 | 34 | 15B | 1E | 25 |
| Octal | 173 | 102 | 116 | 0 | 56 | 45 | 64 | 533 | 36 | 45 |
| Binary | 1111011 | 1000010 | 1001110 | 0 | 101110 | 100101 | 110100 | 101011011 | 11110 | 100101 |
Color Harmonies of #7B424E
Complementary color
Monochromatic Colors of #7B424E
Black with #7B424E
Text Example
Text Example
White with #7B424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B424E; }
p { color: rgb(123,66,78); }
H1.HeaderClassName
{
color: #7B424E;
}
.AnyTagClassName
{
color: #7B424E;
}
</style>
background-color css
<style>
a { background-color: #7B424E; }
a { background-color: rgb(123,66,78); }
div.DivClassName
{
background-color: #7B424E;
}
.BgClassName
{
background-color: #7B424E;
}
</style>
border-color css
<style>
span { border-color: #7B424E; }
span { border-color: rgb(123,66,78); }
td.TdClassName
{
border-color: #7B424E;
}
.TagClassName
{
border-color: #7B424E;
}
</style>