Shades of Camelot #79424E
Tints of Camelot #79424E
RGB
CMYK
RGB Variations
Color information
#79424E (or 0x79424E) is known color: Camelot. HEX triplet: 79, 42 and 4E. RGB value is (121,66,78). Sum of RGB (Red+Green+Blue) = 121+66+78=265 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.66% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 121 - color contains mainly: red. Hex color #79424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79424E is #86BDB1. Grayscale: #535353. Windows color (decimal): -8830386 or 5128825. OLE color: 5128825.
HSL color Cylindrical-coordinate representation of color #79424E: hue angle of 346.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79424E is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 66 | 78 | - |
| CMYK | 0 | 0.45 | 0.36 | 0.53 |
| HSL | 346.91º | 0.29% | 0.37% | - |
| HSV(B) | 346.91º | 0.45% | 0.47% | - |
| XYZ | 11.21 | 8.51 | 8.26 | - |
| YUV | 83.81 | 124.72 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 66 | 78 | 0 | 0.45 | 0.36 | 0.53 | 346.91 | 0.29 | 0.37 |
| Hex | 79 | 42 | 4E | 0 | 2D | 24 | 35 | 15B | 1D | 25 |
| Octal | 171 | 102 | 116 | 0 | 55 | 44 | 65 | 533 | 35 | 45 |
| Binary | 1111001 | 1000010 | 1001110 | 0 | 101101 | 100100 | 110101 | 101011011 | 11101 | 100101 |
Color Harmonies of #79424E
Complementary color
Monochromatic Colors of #79424E
Black with #79424E
Text Example
Text Example
White with #79424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79424E; }
p { color: rgb(121,66,78); }
H1.HeaderClassName
{
color: #79424E;
}
.AnyTagClassName
{
color: #79424E;
}
</style>
background-color css
<style>
a { background-color: #79424E; }
a { background-color: rgb(121,66,78); }
div.DivClassName
{
background-color: #79424E;
}
.BgClassName
{
background-color: #79424E;
}
</style>
border-color css
<style>
span { border-color: #79424E; }
span { border-color: rgb(121,66,78); }
td.TdClassName
{
border-color: #79424E;
}
.TagClassName
{
border-color: #79424E;
}
</style>