Shades of Camelot #75434E
Tints of Camelot #75434E
RGB
CMYK
RGB Variations
Color information
#75434E (or 0x75434E) is known color: Camelot. HEX triplet: 75, 43 and 4E. RGB value is (117,67,78). Sum of RGB (Red+Green+Blue) = 117+67+78=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75434E is #8ABCB1. Grayscale: #535353. Windows color (decimal): -9092274 or 5129077. OLE color: 5129077.
HSL color Cylindrical-coordinate representation of color #75434E: hue angle of 346.8º 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 #75434E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 67 | 78 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.54 |
| HSL | 346.8º | 0.27% | 0.36% | - |
| HSV(B) | 346.8º | 0.43% | 0.46% | - |
| XYZ | 10.72 | 8.35 | 8.25 | - |
| YUV | 83.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 67 | 78 | 0 | 0.43 | 0.33 | 0.54 | 346.8 | 0.27 | 0.36 |
| Hex | 75 | 43 | 4E | 0 | 2B | 21 | 36 | 15B | 1B | 24 |
| Octal | 165 | 103 | 116 | 0 | 53 | 41 | 66 | 533 | 33 | 44 |
| Binary | 1110101 | 1000011 | 1001110 | 0 | 101011 | 100001 | 110110 | 101011011 | 11011 | 100100 |
Color Harmonies of #75434E
Complementary color
Monochromatic Colors of #75434E
Black with #75434E
Text Example
Text Example
White with #75434E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75434E; }
p { color: rgb(117,67,78); }
H1.HeaderClassName
{
color: #75434E;
}
.AnyTagClassName
{
color: #75434E;
}
</style>
background-color css
<style>
a { background-color: #75434E; }
a { background-color: rgb(117,67,78); }
div.DivClassName
{
background-color: #75434E;
}
.BgClassName
{
background-color: #75434E;
}
</style>
border-color css
<style>
span { border-color: #75434E; }
span { border-color: rgb(117,67,78); }
td.TdClassName
{
border-color: #75434E;
}
.TagClassName
{
border-color: #75434E;
}
</style>