Shades of Camelot #7D374F
Tints of Camelot #7D374F
RGB
CMYK
RGB Variations
Color information
#7D374F (or 0x7D374F) is known color: Camelot. HEX triplet: 7D, 37 and 4F. RGB value is (125,55,79). Sum of RGB (Red+Green+Blue) = 125+55+79=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 125 - color contains mainly: red. Hex color #7D374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D374F is #82C8B0. Grayscale: #4E4E4E. Windows color (decimal): -8571057 or 5191549. OLE color: 5191549.
HSL color Cylindrical-coordinate representation of color #7D374F: hue angle of 339.43º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D374F is Cyan = 0, Magento = 0.56, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 79 | - |
| CMYK | 0 | 0.56 | 0.37 | 0.51 |
| HSL | 339.43º | 0.39% | 0.35% | - |
| HSV(B) | 339.43º | 0.56% | 0.49% | - |
| XYZ | 11.23 | 7.66 | 8.28 | - |
| YUV | 78.67 | 128.19 | 161.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 79 | 0 | 0.56 | 0.37 | 0.51 | 339.43 | 0.39 | 0.35 |
| Hex | 7D | 37 | 4F | 0 | 38 | 25 | 33 | 153 | 27 | 23 |
| Octal | 175 | 67 | 117 | 0 | 70 | 45 | 63 | 523 | 47 | 43 |
| Binary | 1111101 | 110111 | 1001111 | 0 | 111000 | 100101 | 110011 | 101010011 | 100111 | 100011 |
Color Harmonies of #7D374F
Complementary color
Monochromatic Colors of #7D374F
Black with #7D374F
Text Example
Text Example
White with #7D374F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D374F; }
p { color: rgb(125,55,79); }
H1.HeaderClassName
{
color: #7D374F;
}
.AnyTagClassName
{
color: #7D374F;
}
</style>
background-color css
<style>
a { background-color: #7D374F; }
a { background-color: rgb(125,55,79); }
div.DivClassName
{
background-color: #7D374F;
}
.BgClassName
{
background-color: #7D374F;
}
</style>
border-color css
<style>
span { border-color: #7D374F; }
span { border-color: rgb(125,55,79); }
td.TdClassName
{
border-color: #7D374F;
}
.TagClassName
{
border-color: #7D374F;
}
</style>