Shades of Camelot #75394C
Tints of Camelot #75394C
RGB
CMYK
RGB Variations
Color information
#75394C (or 0x75394C) is known color: Camelot. HEX triplet: 75, 39 and 4C. RGB value is (117,57,76). Sum of RGB (Red+Green+Blue) = 117+57+76=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 76 (30.08% from 255 or 30.4% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #75394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75394C is #8AC6B3. Grayscale: #4D4D4D. Windows color (decimal): -9094836 or 4995445. OLE color: 4995445.
HSL color Cylindrical-coordinate representation of color #75394C: hue angle of 341º 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 #75394C is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 57 | 76 | - |
| CMYK | 0 | 0.51 | 0.35 | 0.54 |
| HSL | 341º | 0.34% | 0.34% | - |
| HSV(B) | 341º | 0.51% | 0.46% | - |
| XYZ | 10.1 | 7.23 | 7.7 | - |
| YUV | 77.11 | 127.38 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 57 | 76 | 0 | 0.51 | 0.35 | 0.54 | 341 | 0.34 | 0.34 |
| Hex | 75 | 39 | 4C | 0 | 33 | 23 | 36 | 155 | 22 | 22 |
| Octal | 165 | 71 | 114 | 0 | 63 | 43 | 66 | 525 | 42 | 42 |
| Binary | 1110101 | 111001 | 1001100 | 0 | 110011 | 100011 | 110110 | 101010101 | 100010 | 100010 |
Color Harmonies of #75394C
Complementary color
Monochromatic Colors of #75394C
Black with #75394C
Text Example
Text Example
White with #75394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75394C; }
p { color: rgb(117,57,76); }
H1.HeaderClassName
{
color: #75394C;
}
.AnyTagClassName
{
color: #75394C;
}
</style>
background-color css
<style>
a { background-color: #75394C; }
a { background-color: rgb(117,57,76); }
div.DivClassName
{
background-color: #75394C;
}
.BgClassName
{
background-color: #75394C;
}
</style>
border-color css
<style>
span { border-color: #75394C; }
span { border-color: rgb(117,57,76); }
td.TdClassName
{
border-color: #75394C;
}
.TagClassName
{
border-color: #75394C;
}
</style>