Shades of Camelot #7F364B
Tints of Camelot #7F364B
RGB
CMYK
RGB Variations
Color information
#7F364B (or 0x7F364B) is known color: Camelot. HEX triplet: 7F, 36 and 4B. RGB value is (127,54,75). Sum of RGB (Red+Green+Blue) = 127+54+75=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F364B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F364B is #80C9B4. Grayscale: #4E4E4E. Windows color (decimal): -8440245 or 4929151. OLE color: 4929151.
HSL color Cylindrical-coordinate representation of color #7F364B: hue angle of 342.74º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F364B is Cyan = 0, Magento = 0.57, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 75 | - |
| CMYK | 0 | 0.57 | 0.41 | 0.50 |
| HSL | 342.74º | 0.4% | 0.35% | - |
| HSV(B) | 342.74º | 0.57% | 0.5% | - |
| XYZ | 11.34 | 7.66 | 7.54 | - |
| YUV | 78.22 | 126.18 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 75 | 0 | 0.57 | 0.41 | 0.50 | 342.74 | 0.4 | 0.35 |
| Hex | 7F | 36 | 4B | 0 | 39 | 29 | 32 | 157 | 28 | 23 |
| Octal | 177 | 66 | 113 | 0 | 71 | 51 | 62 | 527 | 50 | 43 |
| Binary | 1111111 | 110110 | 1001011 | 0 | 111001 | 101001 | 110010 | 101010111 | 101000 | 100011 |
Color Harmonies of #7F364B
Complementary color
Monochromatic Colors of #7F364B
Black with #7F364B
Text Example
Text Example
White with #7F364B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F364B; }
p { color: rgb(127,54,75); }
H1.HeaderClassName
{
color: #7F364B;
}
.AnyTagClassName
{
color: #7F364B;
}
</style>
background-color css
<style>
a { background-color: #7F364B; }
a { background-color: rgb(127,54,75); }
div.DivClassName
{
background-color: #7F364B;
}
.BgClassName
{
background-color: #7F364B;
}
</style>
border-color css
<style>
span { border-color: #7F364B; }
span { border-color: rgb(127,54,75); }
td.TdClassName
{
border-color: #7F364B;
}
.TagClassName
{
border-color: #7F364B;
}
</style>