Shades of Camelot #7D374C
Tints of Camelot #7D374C
RGB
CMYK
RGB Variations
Color information
#7D374C (or 0x7D374C) is known color: Camelot. HEX triplet: 7D, 37 and 4C. RGB value is (125,55,76). Sum of RGB (Red+Green+Blue) = 125+55+76=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 76 (30.08% from 255 or 29.69% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D374C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D374C is #82C8B3. Grayscale: #4E4E4E. Windows color (decimal): -8571060 or 4994941. OLE color: 4994941.
HSL color Cylindrical-coordinate representation of color #7D374C: hue angle of 342º 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 #7D374C is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 76 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.51 |
| HSL | 342º | 0.39% | 0.35% | - |
| HSV(B) | 342º | 0.56% | 0.49% | - |
| XYZ | 11.13 | 7.61 | 7.72 | - |
| YUV | 78.32 | 126.69 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 76 | 0 | 0.56 | 0.39 | 0.51 | 342 | 0.39 | 0.35 |
| Hex | 7D | 37 | 4C | 0 | 38 | 27 | 33 | 156 | 27 | 23 |
| Octal | 175 | 67 | 114 | 0 | 70 | 47 | 63 | 526 | 47 | 43 |
| Binary | 1111101 | 110111 | 1001100 | 0 | 111000 | 100111 | 110011 | 101010110 | 100111 | 100011 |
Color Harmonies of #7D374C
Complementary color
Monochromatic Colors of #7D374C
Black with #7D374C
Text Example
Text Example
White with #7D374C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D374C; }
p { color: rgb(125,55,76); }
H1.HeaderClassName
{
color: #7D374C;
}
.AnyTagClassName
{
color: #7D374C;
}
</style>
background-color css
<style>
a { background-color: #7D374C; }
a { background-color: rgb(125,55,76); }
div.DivClassName
{
background-color: #7D374C;
}
.BgClassName
{
background-color: #7D374C;
}
</style>
border-color css
<style>
span { border-color: #7D374C; }
span { border-color: rgb(125,55,76); }
td.TdClassName
{
border-color: #7D374C;
}
.TagClassName
{
border-color: #7D374C;
}
</style>