Shades of Camelot #7B2F44
Tints of Camelot #7B2F44
RGB
CMYK
RGB Variations
Color information
#7B2F44 (or 0x7B2F44) is known color: Camelot. HEX triplet: 7B, 2F and 44. RGB value is (123,47,68). Sum of RGB (Red+Green+Blue) = 123+47+68=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 47 (18.75% from 255 or 19.75% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B2F44 is #84D0BB. Grayscale: #484848. Windows color (decimal): -8704188 or 4468603. OLE color: 4468603.
HSL color Cylindrical-coordinate representation of color #7B2F44: hue angle of 343.42º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B2F44 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 47 | 68 | - |
| CMYK | 0 | 0.62 | 0.45 | 0.52 |
| HSL | 343.42º | 0.45% | 0.33% | - |
| HSV(B) | 343.42º | 0.62% | 0.48% | - |
| XYZ | 10.23 | 6.66 | 6.22 | - |
| YUV | 72.12 | 125.68 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 47 | 68 | 0 | 0.62 | 0.45 | 0.52 | 343.42 | 0.45 | 0.33 |
| Hex | 7B | 2F | 44 | 0 | 3E | 2D | 34 | 157 | 2D | 21 |
| Octal | 173 | 57 | 104 | 0 | 76 | 55 | 64 | 527 | 55 | 41 |
| Binary | 1111011 | 101111 | 1000100 | 0 | 111110 | 101101 | 110100 | 101010111 | 101101 | 100001 |
Color Harmonies of #7B2F44
Complementary color
Monochromatic Colors of #7B2F44
Black with #7B2F44
Text Example
Text Example
White with #7B2F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2F44; }
p { color: rgb(123,47,68); }
H1.HeaderClassName
{
color: #7B2F44;
}
.AnyTagClassName
{
color: #7B2F44;
}
</style>
background-color css
<style>
a { background-color: #7B2F44; }
a { background-color: rgb(123,47,68); }
div.DivClassName
{
background-color: #7B2F44;
}
.BgClassName
{
background-color: #7B2F44;
}
</style>
border-color css
<style>
span { border-color: #7B2F44; }
span { border-color: rgb(123,47,68); }
td.TdClassName
{
border-color: #7B2F44;
}
.TagClassName
{
border-color: #7B2F44;
}
</style>