Shades of Camelot #77424B
Tints of Camelot #77424B
RGB
CMYK
RGB Variations
Color information
#77424B (or 0x77424B) is known color: Camelot. HEX triplet: 77, 42 and 4B. RGB value is (119,66,75). Sum of RGB (Red+Green+Blue) = 119+66+75=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #77424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77424B is #88BDB4. Grayscale: #525252. Windows color (decimal): -8961461 or 4932215. OLE color: 4932215.
HSL color Cylindrical-coordinate representation of color #77424B: hue angle of 349.81º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77424B is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 66 | 75 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.53 |
| HSL | 349.81º | 0.29% | 0.36% | - |
| HSV(B) | 349.81º | 0.45% | 0.47% | - |
| XYZ | 10.83 | 8.33 | 7.69 | - |
| YUV | 82.87 | 123.56 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 66 | 75 | 0 | 0.45 | 0.37 | 0.53 | 349.81 | 0.29 | 0.36 |
| Hex | 77 | 42 | 4B | 0 | 2D | 25 | 35 | 15E | 1D | 24 |
| Octal | 167 | 102 | 113 | 0 | 55 | 45 | 65 | 536 | 35 | 44 |
| Binary | 1110111 | 1000010 | 1001011 | 0 | 101101 | 100101 | 110101 | 101011110 | 11101 | 100100 |
Color Harmonies of #77424B
Complementary color
Monochromatic Colors of #77424B
Black with #77424B
Text Example
Text Example
White with #77424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77424B; }
p { color: rgb(119,66,75); }
H1.HeaderClassName
{
color: #77424B;
}
.AnyTagClassName
{
color: #77424B;
}
</style>
background-color css
<style>
a { background-color: #77424B; }
a { background-color: rgb(119,66,75); }
div.DivClassName
{
background-color: #77424B;
}
.BgClassName
{
background-color: #77424B;
}
</style>
border-color css
<style>
span { border-color: #77424B; }
span { border-color: rgb(119,66,75); }
td.TdClassName
{
border-color: #77424B;
}
.TagClassName
{
border-color: #77424B;
}
</style>