Shades of Camelot #7F3D50
Tints of Camelot #7F3D50
RGB
CMYK
RGB Variations
Color information
#7F3D50 (or 0x7F3D50) is known color: Camelot. HEX triplet: 7F, 3D and 50. RGB value is (127,61,80). Sum of RGB (Red+Green+Blue) = 127+61+80=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 61 (24.22% from 255 or 22.76% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3D50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3D50 is #80C2AF. Grayscale: #525252. Windows color (decimal): -8438448 or 5258623. OLE color: 5258623.
HSL color Cylindrical-coordinate representation of color #7F3D50: hue angle of 342.73º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F3D50 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 61 | 80 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.50 |
| HSL | 342.73º | 0.35% | 0.37% | - |
| HSV(B) | 342.73º | 0.52% | 0.5% | - |
| XYZ | 11.87 | 8.43 | 8.59 | - |
| YUV | 82.9 | 126.37 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 61 | 80 | 0 | 0.52 | 0.37 | 0.50 | 342.73 | 0.35 | 0.37 |
| Hex | 7F | 3D | 50 | 0 | 34 | 25 | 32 | 157 | 23 | 25 |
| Octal | 177 | 75 | 120 | 0 | 64 | 45 | 62 | 527 | 43 | 45 |
| Binary | 1111111 | 111101 | 1010000 | 0 | 110100 | 100101 | 110010 | 101010111 | 100011 | 100101 |
Color Harmonies of #7F3D50
Complementary color
Monochromatic Colors of #7F3D50
Black with #7F3D50
Text Example
Text Example
White with #7F3D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3D50; }
p { color: rgb(127,61,80); }
H1.HeaderClassName
{
color: #7F3D50;
}
.AnyTagClassName
{
color: #7F3D50;
}
</style>
background-color css
<style>
a { background-color: #7F3D50; }
a { background-color: rgb(127,61,80); }
div.DivClassName
{
background-color: #7F3D50;
}
.BgClassName
{
background-color: #7F3D50;
}
</style>
border-color css
<style>
span { border-color: #7F3D50; }
span { border-color: rgb(127,61,80); }
td.TdClassName
{
border-color: #7F3D50;
}
.TagClassName
{
border-color: #7F3D50;
}
</style>