Shades of Camelot #7D3D4C
Tints of Camelot #7D3D4C
RGB
CMYK
RGB Variations
Color information
#7D3D4C (or 0x7D3D4C) is known color: Camelot. HEX triplet: 7D, 3D and 4C. RGB value is (125,61,76). Sum of RGB (Red+Green+Blue) = 125+61+76=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3D4C is #82C2B3. Grayscale: #515151. Windows color (decimal): -8569524 or 4996477. OLE color: 4996477.
HSL color Cylindrical-coordinate representation of color #7D3D4C: hue angle of 345.94º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D3D4C is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 61 | 76 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.51 |
| HSL | 345.94º | 0.34% | 0.36% | - |
| HSV(B) | 345.94º | 0.51% | 0.49% | - |
| XYZ | 11.43 | 8.22 | 7.82 | - |
| YUV | 81.85 | 124.7 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 61 | 76 | 0 | 0.51 | 0.39 | 0.51 | 345.94 | 0.34 | 0.36 |
| Hex | 7D | 3D | 4C | 0 | 33 | 27 | 33 | 15A | 22 | 24 |
| Octal | 175 | 75 | 114 | 0 | 63 | 47 | 63 | 532 | 42 | 44 |
| Binary | 1111101 | 111101 | 1001100 | 0 | 110011 | 100111 | 110011 | 101011010 | 100010 | 100100 |
Color Harmonies of #7D3D4C
Complementary color
Monochromatic Colors of #7D3D4C
Black with #7D3D4C
Text Example
Text Example
White with #7D3D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3D4C; }
p { color: rgb(125,61,76); }
H1.HeaderClassName
{
color: #7D3D4C;
}
.AnyTagClassName
{
color: #7D3D4C;
}
</style>
background-color css
<style>
a { background-color: #7D3D4C; }
a { background-color: rgb(125,61,76); }
div.DivClassName
{
background-color: #7D3D4C;
}
.BgClassName
{
background-color: #7D3D4C;
}
</style>
border-color css
<style>
span { border-color: #7D3D4C; }
span { border-color: rgb(125,61,76); }
td.TdClassName
{
border-color: #7D3D4C;
}
.TagClassName
{
border-color: #7D3D4C;
}
</style>