Shades of Camelot #76444F
Tints of Camelot #76444F
RGB
CMYK
RGB Variations
Color information
#76444F (or 0x76444F) is known color: Camelot. HEX triplet: 76, 44 and 4F. RGB value is (118,68,79). Sum of RGB (Red+Green+Blue) = 118+68+79=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76444F is #89BBB0. Grayscale: #545454. Windows color (decimal): -9026481 or 5194870. OLE color: 5194870.
HSL color Cylindrical-coordinate representation of color #76444F: 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.42%. Process color model (Four color, CMYK) of #76444F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 79 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.54 |
| HSL | 346.8º | 0.27% | 0.36% | - |
| HSV(B) | 346.8º | 0.42% | 0.46% | - |
| XYZ | 10.95 | 8.55 | 8.47 | - |
| YUV | 84.2 | 125.07 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 79 | 0 | 0.42 | 0.33 | 0.54 | 346.8 | 0.27 | 0.36 |
| Hex | 76 | 44 | 4F | 0 | 2A | 21 | 36 | 15B | 1B | 24 |
| Octal | 166 | 104 | 117 | 0 | 52 | 41 | 66 | 533 | 33 | 44 |
| Binary | 1110110 | 1000100 | 1001111 | 0 | 101010 | 100001 | 110110 | 101011011 | 11011 | 100100 |
Color Harmonies of #76444F
Complementary color
Monochromatic Colors of #76444F
Black with #76444F
Text Example
Text Example
White with #76444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76444F; }
p { color: rgb(118,68,79); }
H1.HeaderClassName
{
color: #76444F;
}
.AnyTagClassName
{
color: #76444F;
}
</style>
background-color css
<style>
a { background-color: #76444F; }
a { background-color: rgb(118,68,79); }
div.DivClassName
{
background-color: #76444F;
}
.BgClassName
{
background-color: #76444F;
}
</style>
border-color css
<style>
span { border-color: #76444F; }
span { border-color: rgb(118,68,79); }
td.TdClassName
{
border-color: #76444F;
}
.TagClassName
{
border-color: #76444F;
}
</style>