Shades of Camelot #74414E
Tints of Camelot #74414E
RGB
CMYK
RGB Variations
Color information
#74414E (or 0x74414E) is known color: Camelot. HEX triplet: 74, 41 and 4E. RGB value is (116,65,78). Sum of RGB (Red+Green+Blue) = 116+65+78=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74414E is #8BBEB1. Grayscale: #515151. Windows color (decimal): -9158322 or 5128564. OLE color: 5128564.
HSL color Cylindrical-coordinate representation of color #74414E: hue angle of 344.71º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74414E is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 78 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.55 |
| HSL | 344.71º | 0.28% | 0.35% | - |
| HSV(B) | 344.71º | 0.44% | 0.45% | - |
| XYZ | 10.47 | 8.04 | 8.21 | - |
| YUV | 81.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 78 | 0 | 0.44 | 0.33 | 0.55 | 344.71 | 0.28 | 0.35 |
| Hex | 74 | 41 | 4E | 0 | 2C | 21 | 37 | 159 | 1C | 23 |
| Octal | 164 | 101 | 116 | 0 | 54 | 41 | 67 | 531 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1001110 | 0 | 101100 | 100001 | 110111 | 101011001 | 11100 | 100011 |
Color Harmonies of #74414E
Complementary color
Monochromatic Colors of #74414E
Black with #74414E
Text Example
Text Example
White with #74414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74414E; }
p { color: rgb(116,65,78); }
H1.HeaderClassName
{
color: #74414E;
}
.AnyTagClassName
{
color: #74414E;
}
</style>
background-color css
<style>
a { background-color: #74414E; }
a { background-color: rgb(116,65,78); }
div.DivClassName
{
background-color: #74414E;
}
.BgClassName
{
background-color: #74414E;
}
</style>
border-color css
<style>
span { border-color: #74414E; }
span { border-color: rgb(116,65,78); }
td.TdClassName
{
border-color: #74414E;
}
.TagClassName
{
border-color: #74414E;
}
</style>