Shades of Camelot #75394A
Tints of Camelot #75394A
RGB
CMYK
RGB Variations
Color information
#75394A (or 0x75394A) is known color: Camelot. HEX triplet: 75, 39 and 4A. RGB value is (117,57,74). Sum of RGB (Red+Green+Blue) = 117+57+74=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #75394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75394A is #8AC6B5. Grayscale: #4C4C4C. Windows color (decimal): -9094838 or 4864373. OLE color: 4864373.
HSL color Cylindrical-coordinate representation of color #75394A: hue angle of 343º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75394A is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 57 | 74 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.54 |
| HSL | 343º | 0.34% | 0.34% | - |
| HSV(B) | 343º | 0.51% | 0.46% | - |
| XYZ | 10.04 | 7.2 | 7.34 | - |
| YUV | 76.88 | 126.38 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 74 | 0 | 0.51 | 0.37 | 0.54 | 343 | 0.34 | 0.34 |
| Hex | 75 | 39 | 4A | 0 | 33 | 25 | 36 | 157 | 22 | 22 |
| Octal | 165 | 71 | 112 | 0 | 63 | 45 | 66 | 527 | 42 | 42 |
| Binary | 1110101 | 111001 | 1001010 | 0 | 110011 | 100101 | 110110 | 101010111 | 100010 | 100010 |
Color Harmonies of #75394A
Complementary color
Monochromatic Colors of #75394A
Black with #75394A
Text Example
Text Example
White with #75394A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75394A; }
p { color: rgb(117,57,74); }
H1.HeaderClassName
{
color: #75394A;
}
.AnyTagClassName
{
color: #75394A;
}
</style>
background-color css
<style>
a { background-color: #75394A; }
a { background-color: rgb(117,57,74); }
div.DivClassName
{
background-color: #75394A;
}
.BgClassName
{
background-color: #75394A;
}
</style>
border-color css
<style>
span { border-color: #75394A; }
span { border-color: rgb(117,57,74); }
td.TdClassName
{
border-color: #75394A;
}
.TagClassName
{
border-color: #75394A;
}
</style>