Shades of Camelot #7B434F
Tints of Camelot #7B434F
RGB
CMYK
RGB Variations
Color information
#7B434F (or 0x7B434F) is known color: Camelot. HEX triplet: 7B, 43 and 4F. RGB value is (123,67,79). Sum of RGB (Red+Green+Blue) = 123+67+79=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 123 - color contains mainly: red. Hex color #7B434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B434F is #84BCB0. Grayscale: #555555. Windows color (decimal): -8699057 or 5194619. OLE color: 5194619.
HSL color Cylindrical-coordinate representation of color #7B434F: hue angle of 347.14º degrees, saturation: 0.29, 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 #7B434F is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 79 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.52 |
| HSL | 347.14º | 0.29% | 0.37% | - |
| HSV(B) | 347.14º | 0.46% | 0.48% | - |
| XYZ | 11.59 | 8.79 | 8.48 | - |
| YUV | 85.11 | 124.55 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 79 | 0 | 0.46 | 0.36 | 0.52 | 347.14 | 0.29 | 0.37 |
| Hex | 7B | 43 | 4F | 0 | 2E | 24 | 34 | 15B | 1D | 25 |
| Octal | 173 | 103 | 117 | 0 | 56 | 44 | 64 | 533 | 35 | 45 |
| Binary | 1111011 | 1000011 | 1001111 | 0 | 101110 | 100100 | 110100 | 101011011 | 11101 | 100101 |
Color Harmonies of #7B434F
Complementary color
Monochromatic Colors of #7B434F
Black with #7B434F
Text Example
Text Example
White with #7B434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B434F; }
p { color: rgb(123,67,79); }
H1.HeaderClassName
{
color: #7B434F;
}
.AnyTagClassName
{
color: #7B434F;
}
</style>
background-color css
<style>
a { background-color: #7B434F; }
a { background-color: rgb(123,67,79); }
div.DivClassName
{
background-color: #7B434F;
}
.BgClassName
{
background-color: #7B434F;
}
</style>
border-color css
<style>
span { border-color: #7B434F; }
span { border-color: rgb(123,67,79); }
td.TdClassName
{
border-color: #7B434F;
}
.TagClassName
{
border-color: #7B434F;
}
</style>