Shades of Camelot #76434D
Tints of Camelot #76434D
RGB
CMYK
RGB Variations
Color information
#76434D (or 0x76434D) is known color: Camelot. HEX triplet: 76, 43 and 4D. RGB value is (118,67,77). Sum of RGB (Red+Green+Blue) = 118+67+77=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76434D is #89BCB2. Grayscale: #535353. Windows color (decimal): -9026739 or 5063542. OLE color: 5063542.
HSL color Cylindrical-coordinate representation of color #76434D: hue angle of 348.24º degrees, saturation: 0.28, 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 #76434D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 67 | 77 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.54 |
| HSL | 348.24º | 0.28% | 0.36% | - |
| HSV(B) | 348.24º | 0.43% | 0.46% | - |
| XYZ | 10.82 | 8.4 | 8.07 | - |
| YUV | 83.39 | 124.4 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 67 | 77 | 0 | 0.43 | 0.35 | 0.54 | 348.24 | 0.28 | 0.36 |
| Hex | 76 | 43 | 4D | 0 | 2B | 23 | 36 | 15C | 1C | 24 |
| Octal | 166 | 103 | 115 | 0 | 53 | 43 | 66 | 534 | 34 | 44 |
| Binary | 1110110 | 1000011 | 1001101 | 0 | 101011 | 100011 | 110110 | 101011100 | 11100 | 100100 |
Color Harmonies of #76434D
Complementary color
Monochromatic Colors of #76434D
Black with #76434D
Text Example
Text Example
White with #76434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76434D; }
p { color: rgb(118,67,77); }
H1.HeaderClassName
{
color: #76434D;
}
.AnyTagClassName
{
color: #76434D;
}
</style>
background-color css
<style>
a { background-color: #76434D; }
a { background-color: rgb(118,67,77); }
div.DivClassName
{
background-color: #76434D;
}
.BgClassName
{
background-color: #76434D;
}
</style>
border-color css
<style>
span { border-color: #76434D; }
span { border-color: rgb(118,67,77); }
td.TdClassName
{
border-color: #76434D;
}
.TagClassName
{
border-color: #76434D;
}
</style>