Shades of Camelot #7D384A
Tints of Camelot #7D384A
RGB
CMYK
RGB Variations
Color information
#7D384A (or 0x7D384A) is known color: Camelot. HEX triplet: 7D, 38 and 4A. RGB value is (125,56,74). Sum of RGB (Red+Green+Blue) = 125+56+74=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D384A is #82C7B5. Grayscale: #4E4E4E. Windows color (decimal): -8570806 or 4864125. OLE color: 4864125.
HSL color Cylindrical-coordinate representation of color #7D384A: hue angle of 344.35º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D384A is Cyan = 0, Magento = 0.55, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 56 | 74 | - |
| CMYK | 0 | 0.55 | 0.41 | 0.51 |
| HSL | 344.35º | 0.38% | 0.35% | - |
| HSV(B) | 344.35º | 0.55% | 0.49% | - |
| XYZ | 11.11 | 7.68 | 7.38 | - |
| YUV | 78.68 | 125.36 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 56 | 74 | 0 | 0.55 | 0.41 | 0.51 | 344.35 | 0.38 | 0.35 |
| Hex | 7D | 38 | 4A | 0 | 37 | 29 | 33 | 158 | 26 | 23 |
| Octal | 175 | 70 | 112 | 0 | 67 | 51 | 63 | 530 | 46 | 43 |
| Binary | 1111101 | 111000 | 1001010 | 0 | 110111 | 101001 | 110011 | 101011000 | 100110 | 100011 |
Color Harmonies of #7D384A
Complementary color
Monochromatic Colors of #7D384A
Black with #7D384A
Text Example
Text Example
White with #7D384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D384A; }
p { color: rgb(125,56,74); }
H1.HeaderClassName
{
color: #7D384A;
}
.AnyTagClassName
{
color: #7D384A;
}
</style>
background-color css
<style>
a { background-color: #7D384A; }
a { background-color: rgb(125,56,74); }
div.DivClassName
{
background-color: #7D384A;
}
.BgClassName
{
background-color: #7D384A;
}
</style>
border-color css
<style>
span { border-color: #7D384A; }
span { border-color: rgb(125,56,74); }
td.TdClassName
{
border-color: #7D384A;
}
.TagClassName
{
border-color: #7D384A;
}
</style>