Shades of Camelot #75434D
Tints of Camelot #75434D
RGB
CMYK
RGB Variations
Color information
#75434D (or 0x75434D) is known color: Camelot. HEX triplet: 75, 43 and 4D. RGB value is (117,67,77). Sum of RGB (Red+Green+Blue) = 117+67+77=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75434D is #8ABCB2. Grayscale: #535353. Windows color (decimal): -9092275 or 5063541. OLE color: 5063541.
HSL color Cylindrical-coordinate representation of color #75434D: hue angle of 348º 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 #75434D is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 77 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.54 |
| HSL | 348º | 0.27% | 0.36% | - |
| HSV(B) | 348º | 0.43% | 0.46% | - |
| XYZ | 10.68 | 8.33 | 8.07 | - |
| YUV | 83.09 | 124.57 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 77 | 0 | 0.43 | 0.34 | 0.54 | 348 | 0.27 | 0.36 |
| Hex | 75 | 43 | 4D | 0 | 2B | 22 | 36 | 15C | 1B | 24 |
| Octal | 165 | 103 | 115 | 0 | 53 | 42 | 66 | 534 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1001101 | 0 | 101011 | 100010 | 110110 | 101011100 | 11011 | 100100 |
Color Harmonies of #75434D
Complementary color
Monochromatic Colors of #75434D
Black with #75434D
Text Example
Text Example
White with #75434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75434D; }
p { color: rgb(117,67,77); }
H1.HeaderClassName
{
color: #75434D;
}
.AnyTagClassName
{
color: #75434D;
}
</style>
background-color css
<style>
a { background-color: #75434D; }
a { background-color: rgb(117,67,77); }
div.DivClassName
{
background-color: #75434D;
}
.BgClassName
{
background-color: #75434D;
}
</style>
border-color css
<style>
span { border-color: #75434D; }
span { border-color: rgb(117,67,77); }
td.TdClassName
{
border-color: #75434D;
}
.TagClassName
{
border-color: #75434D;
}
</style>