Shades of Camelot #7A3D4B
Tints of Camelot #7A3D4B
RGB
CMYK
RGB Variations
Color information
#7A3D4B (or 0x7A3D4B) is known color: Camelot. HEX triplet: 7A, 3D and 4B. RGB value is (122,61,75). Sum of RGB (Red+Green+Blue) = 122+61+75=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3D4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3D4B is #85C2B4. Grayscale: #505050. Windows color (decimal): -8766133 or 4930938. OLE color: 4930938.
HSL color Cylindrical-coordinate representation of color #7A3D4B: hue angle of 346.23º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A3D4B is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 61 | 75 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.52 |
| HSL | 346.23º | 0.33% | 0.36% | - |
| HSV(B) | 346.23º | 0.5% | 0.48% | - |
| XYZ | 10.96 | 7.98 | 7.62 | - |
| YUV | 80.84 | 124.71 | 157.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 61 | 75 | 0 | 0.50 | 0.39 | 0.52 | 346.23 | 0.33 | 0.36 |
| Hex | 7A | 3D | 4B | 0 | 32 | 27 | 34 | 15A | 21 | 24 |
| Octal | 172 | 75 | 113 | 0 | 62 | 47 | 64 | 532 | 41 | 44 |
| Binary | 1111010 | 111101 | 1001011 | 0 | 110010 | 100111 | 110100 | 101011010 | 100001 | 100100 |
Color Harmonies of #7A3D4B
Complementary color
Monochromatic Colors of #7A3D4B
Black with #7A3D4B
Text Example
Text Example
White with #7A3D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3D4B; }
p { color: rgb(122,61,75); }
H1.HeaderClassName
{
color: #7A3D4B;
}
.AnyTagClassName
{
color: #7A3D4B;
}
</style>
background-color css
<style>
a { background-color: #7A3D4B; }
a { background-color: rgb(122,61,75); }
div.DivClassName
{
background-color: #7A3D4B;
}
.BgClassName
{
background-color: #7A3D4B;
}
</style>
border-color css
<style>
span { border-color: #7A3D4B; }
span { border-color: rgb(122,61,75); }
td.TdClassName
{
border-color: #7A3D4B;
}
.TagClassName
{
border-color: #7A3D4B;
}
</style>