Shades of Camelot #75434F
Tints of Camelot #75434F
RGB
CMYK
RGB Variations
Color information
#75434F (or 0x75434F) is known color: Camelot. HEX triplet: 75, 43 and 4F. RGB value is (117,67,79). Sum of RGB (Red+Green+Blue) = 117+67+79=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #75434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75434F is #8ABCB0. Grayscale: #535353. Windows color (decimal): -9092273 or 5194613. OLE color: 5194613.
HSL color Cylindrical-coordinate representation of color #75434F: hue angle of 345.6º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75434F is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 79 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.54 |
| HSL | 345.6º | 0.27% | 0.36% | - |
| HSV(B) | 345.6º | 0.43% | 0.46% | - |
| XYZ | 10.75 | 8.36 | 8.44 | - |
| YUV | 83.32 | 125.57 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 79 | 0 | 0.43 | 0.32 | 0.54 | 345.6 | 0.27 | 0.36 |
| Hex | 75 | 43 | 4F | 0 | 2B | 20 | 36 | 15A | 1B | 24 |
| Octal | 165 | 103 | 117 | 0 | 53 | 40 | 66 | 532 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1001111 | 0 | 101011 | 100000 | 110110 | 101011010 | 11011 | 100100 |
Color Harmonies of #75434F
Complementary color
Monochromatic Colors of #75434F
Black with #75434F
Text Example
Text Example
White with #75434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75434F; }
p { color: rgb(117,67,79); }
H1.HeaderClassName
{
color: #75434F;
}
.AnyTagClassName
{
color: #75434F;
}
</style>
background-color css
<style>
a { background-color: #75434F; }
a { background-color: rgb(117,67,79); }
div.DivClassName
{
background-color: #75434F;
}
.BgClassName
{
background-color: #75434F;
}
</style>
border-color css
<style>
span { border-color: #75434F; }
span { border-color: rgb(117,67,79); }
td.TdClassName
{
border-color: #75434F;
}
.TagClassName
{
border-color: #75434F;
}
</style>