Shades of Camelot #7F384C
Tints of Camelot #7F384C
RGB
CMYK
RGB Variations
Color information
#7F384C (or 0x7F384C) is known color: Camelot. HEX triplet: 7F, 38 and 4C. RGB value is (127,56,76). Sum of RGB (Red+Green+Blue) = 127+56+76=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F384C is #80C7B3. Grayscale: #4F4F4F. Windows color (decimal): -8439732 or 4995199. OLE color: 4995199.
HSL color Cylindrical-coordinate representation of color #7F384C: hue angle of 343.1º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F384C is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 76 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.50 |
| HSL | 343.1º | 0.39% | 0.36% | - |
| HSV(B) | 343.1º | 0.56% | 0.5% | - |
| XYZ | 11.47 | 7.86 | 7.75 | - |
| YUV | 79.51 | 126.02 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 76 | 0 | 0.56 | 0.40 | 0.50 | 343.1 | 0.39 | 0.36 |
| Hex | 7F | 38 | 4C | 0 | 38 | 28 | 32 | 157 | 27 | 24 |
| Octal | 177 | 70 | 114 | 0 | 70 | 50 | 62 | 527 | 47 | 44 |
| Binary | 1111111 | 111000 | 1001100 | 0 | 111000 | 101000 | 110010 | 101010111 | 100111 | 100100 |
Color Harmonies of #7F384C
Complementary color
Monochromatic Colors of #7F384C
Black with #7F384C
Text Example
Text Example
White with #7F384C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F384C; }
p { color: rgb(127,56,76); }
H1.HeaderClassName
{
color: #7F384C;
}
.AnyTagClassName
{
color: #7F384C;
}
</style>
background-color css
<style>
a { background-color: #7F384C; }
a { background-color: rgb(127,56,76); }
div.DivClassName
{
background-color: #7F384C;
}
.BgClassName
{
background-color: #7F384C;
}
</style>
border-color css
<style>
span { border-color: #7F384C; }
span { border-color: rgb(127,56,76); }
td.TdClassName
{
border-color: #7F384C;
}
.TagClassName
{
border-color: #7F384C;
}
</style>