Shades of Camelot #764452
Tints of Camelot #764452
RGB
CMYK
RGB Variations
Color information
#764452 (or 0x764452) is known color: Camelot. HEX triplet: 76, 44 and 52. RGB value is (118,68,82). Sum of RGB (Red+Green+Blue) = 118+68+82=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #764452 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #764452 is #89BBAD. Grayscale: #545454. Windows color (decimal): -9026478 or 5391478. OLE color: 5391478.
HSL color Cylindrical-coordinate representation of color #764452: hue angle of 343.2º 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 #764452 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 68 | 82 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.54 |
| HSL | 343.2º | 0.27% | 0.36% | - |
| HSV(B) | 343.2º | 0.42% | 0.46% | - |
| XYZ | 11.06 | 8.59 | 9.06 | - |
| YUV | 84.55 | 126.57 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 68 | 82 | 0 | 0.42 | 0.31 | 0.54 | 343.2 | 0.27 | 0.36 |
| Hex | 76 | 44 | 52 | 0 | 2A | 1F | 36 | 157 | 1B | 24 |
| Octal | 166 | 104 | 122 | 0 | 52 | 37 | 66 | 527 | 33 | 44 |
| Binary | 1110110 | 1000100 | 1010010 | 0 | 101010 | 11111 | 110110 | 101010111 | 11011 | 100100 |
Color Harmonies of #764452
Complementary color
Monochromatic Colors of #764452
Black with #764452
Text Example
Text Example
White with #764452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764452; }
p { color: rgb(118,68,82); }
H1.HeaderClassName
{
color: #764452;
}
.AnyTagClassName
{
color: #764452;
}
</style>
background-color css
<style>
a { background-color: #764452; }
a { background-color: rgb(118,68,82); }
div.DivClassName
{
background-color: #764452;
}
.BgClassName
{
background-color: #764452;
}
</style>
border-color css
<style>
span { border-color: #764452; }
span { border-color: rgb(118,68,82); }
td.TdClassName
{
border-color: #764452;
}
.TagClassName
{
border-color: #764452;
}
</style>