Shades of Camelot #77434F
Tints of Camelot #77434F
RGB
CMYK
RGB Variations
Color information
#77434F (or 0x77434F) is known color: Camelot. HEX triplet: 77, 43 and 4F. RGB value is (119,67,79). Sum of RGB (Red+Green+Blue) = 119+67+79=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77434F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77434F is #88BCB0. Grayscale: #535353. Windows color (decimal): -8961201 or 5194615. OLE color: 5194615.
HSL color Cylindrical-coordinate representation of color #77434F: hue angle of 346.15º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #77434F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 67 | 79 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.53 |
| HSL | 346.15º | 0.28% | 0.36% | - |
| HSV(B) | 346.15º | 0.44% | 0.47% | - |
| XYZ | 11.03 | 8.5 | 8.46 | - |
| YUV | 83.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 67 | 79 | 0 | 0.44 | 0.34 | 0.53 | 346.15 | 0.28 | 0.36 |
| Hex | 77 | 43 | 4F | 0 | 2C | 22 | 35 | 15A | 1C | 24 |
| Octal | 167 | 103 | 117 | 0 | 54 | 42 | 65 | 532 | 34 | 44 |
| Binary | 1110111 | 1000011 | 1001111 | 0 | 101100 | 100010 | 110101 | 101011010 | 11100 | 100100 |
Color Harmonies of #77434F
Complementary color
Monochromatic Colors of #77434F
Black with #77434F
Text Example
Text Example
White with #77434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77434F; }
p { color: rgb(119,67,79); }
H1.HeaderClassName
{
color: #77434F;
}
.AnyTagClassName
{
color: #77434F;
}
</style>
background-color css
<style>
a { background-color: #77434F; }
a { background-color: rgb(119,67,79); }
div.DivClassName
{
background-color: #77434F;
}
.BgClassName
{
background-color: #77434F;
}
</style>
border-color css
<style>
span { border-color: #77434F; }
span { border-color: rgb(119,67,79); }
td.TdClassName
{
border-color: #77434F;
}
.TagClassName
{
border-color: #77434F;
}
</style>