Shades of Camelot #75404D
Tints of Camelot #75404D
RGB
CMYK
RGB Variations
Color information
#75404D (or 0x75404D) is known color: Camelot. HEX triplet: 75, 40 and 4D. RGB value is (117,64,77). Sum of RGB (Red+Green+Blue) = 117+64+77=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75404D is #8ABFB2. Grayscale: #515151. Windows color (decimal): -9093043 or 5062773. OLE color: 5062773.
HSL color Cylindrical-coordinate representation of color #75404D: hue angle of 345.28º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75404D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 64 | 77 | - |
| CMYK | 0 | 0.45 | 0.34 | 0.54 |
| HSL | 345.28º | 0.29% | 0.35% | - |
| HSV(B) | 345.28º | 0.45% | 0.46% | - |
| XYZ | 10.51 | 7.98 | 8.01 | - |
| YUV | 81.33 | 125.56 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 64 | 77 | 0 | 0.45 | 0.34 | 0.54 | 345.28 | 0.29 | 0.35 |
| Hex | 75 | 40 | 4D | 0 | 2D | 22 | 36 | 159 | 1D | 23 |
| Octal | 165 | 100 | 115 | 0 | 55 | 42 | 66 | 531 | 35 | 43 |
| Binary | 1110101 | 1000000 | 1001101 | 0 | 101101 | 100010 | 110110 | 101011001 | 11101 | 100011 |
Color Harmonies of #75404D
Complementary color
Monochromatic Colors of #75404D
Black with #75404D
Text Example
Text Example
White with #75404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75404D; }
p { color: rgb(117,64,77); }
H1.HeaderClassName
{
color: #75404D;
}
.AnyTagClassName
{
color: #75404D;
}
</style>
background-color css
<style>
a { background-color: #75404D; }
a { background-color: rgb(117,64,77); }
div.DivClassName
{
background-color: #75404D;
}
.BgClassName
{
background-color: #75404D;
}
</style>
border-color css
<style>
span { border-color: #75404D; }
span { border-color: rgb(117,64,77); }
td.TdClassName
{
border-color: #75404D;
}
.TagClassName
{
border-color: #75404D;
}
</style>