Shades of Camelot #75424E
Tints of Camelot #75424E
RGB
CMYK
RGB Variations
Color information
#75424E (or 0x75424E) is known color: Camelot. HEX triplet: 75, 42 and 4E. RGB value is (117,66,78). Sum of RGB (Red+Green+Blue) = 117+66+78=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75424E is #8ABDB1. Grayscale: #525252. Windows color (decimal): -9092530 or 5128821. OLE color: 5128821.
HSL color Cylindrical-coordinate representation of color #75424E: hue angle of 345.88º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75424E is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 66 | 78 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.54 |
| HSL | 345.88º | 0.28% | 0.36% | - |
| HSV(B) | 345.88º | 0.44% | 0.46% | - |
| XYZ | 10.66 | 8.23 | 8.23 | - |
| YUV | 82.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 66 | 78 | 0 | 0.44 | 0.33 | 0.54 | 345.88 | 0.28 | 0.36 |
| Hex | 75 | 42 | 4E | 0 | 2C | 21 | 36 | 15A | 1C | 24 |
| Octal | 165 | 102 | 116 | 0 | 54 | 41 | 66 | 532 | 34 | 44 |
| Binary | 1110101 | 1000010 | 1001110 | 0 | 101100 | 100001 | 110110 | 101011010 | 11100 | 100100 |
Color Harmonies of #75424E
Complementary color
Monochromatic Colors of #75424E
Black with #75424E
Text Example
Text Example
White with #75424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75424E; }
p { color: rgb(117,66,78); }
H1.HeaderClassName
{
color: #75424E;
}
.AnyTagClassName
{
color: #75424E;
}
</style>
background-color css
<style>
a { background-color: #75424E; }
a { background-color: rgb(117,66,78); }
div.DivClassName
{
background-color: #75424E;
}
.BgClassName
{
background-color: #75424E;
}
</style>
border-color css
<style>
span { border-color: #75424E; }
span { border-color: rgb(117,66,78); }
td.TdClassName
{
border-color: #75424E;
}
.TagClassName
{
border-color: #75424E;
}
</style>