Shades of Camelot #7F424F
Tints of Camelot #7F424F
RGB
CMYK
RGB Variations
Color information
#7F424F (or 0x7F424F) is known color: Camelot. HEX triplet: 7F, 42 and 4F. RGB value is (127,66,79). Sum of RGB (Red+Green+Blue) = 127+66+79=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 79 (31.25% from 255 or 29.04% from 272); Max value from RGB is 127 - color contains mainly: red. Hex color #7F424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F424F is #80BDB0. Grayscale: #555555. Windows color (decimal): -8437169 or 5194367. OLE color: 5194367.
HSL color Cylindrical-coordinate representation of color #7F424F: hue angle of 347.21º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F424F is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 79 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.50 |
| HSL | 347.21º | 0.32% | 0.38% | - |
| HSV(B) | 347.21º | 0.48% | 0.5% | - |
| XYZ | 12.11 | 8.97 | 8.49 | - |
| YUV | 85.72 | 124.21 | 157.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 79 | 0 | 0.48 | 0.38 | 0.50 | 347.21 | 0.32 | 0.38 |
| Hex | 7F | 42 | 4F | 0 | 30 | 26 | 32 | 15B | 20 | 26 |
| Octal | 177 | 102 | 117 | 0 | 60 | 46 | 62 | 533 | 40 | 46 |
| Binary | 1111111 | 1000010 | 1001111 | 0 | 110000 | 100110 | 110010 | 101011011 | 100000 | 100110 |
Color Harmonies of #7F424F
Complementary color
Monochromatic Colors of #7F424F
Black with #7F424F
Text Example
Text Example
White with #7F424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F424F; }
p { color: rgb(127,66,79); }
H1.HeaderClassName
{
color: #7F424F;
}
.AnyTagClassName
{
color: #7F424F;
}
</style>
background-color css
<style>
a { background-color: #7F424F; }
a { background-color: rgb(127,66,79); }
div.DivClassName
{
background-color: #7F424F;
}
.BgClassName
{
background-color: #7F424F;
}
</style>
border-color css
<style>
span { border-color: #7F424F; }
span { border-color: rgb(127,66,79); }
td.TdClassName
{
border-color: #7F424F;
}
.TagClassName
{
border-color: #7F424F;
}
</style>