Shades of Camelot #74414C
Tints of Camelot #74414C
RGB
CMYK
RGB Variations
Color information
#74414C (or 0x74414C) is known color: Camelot. HEX triplet: 74, 41 and 4C. RGB value is (116,65,76). Sum of RGB (Red+Green+Blue) = 116+65+76=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74414C is #8BBEB3. Grayscale: #515151. Windows color (decimal): -9158324 or 4997492. OLE color: 4997492.
HSL color Cylindrical-coordinate representation of color #74414C: hue angle of 347.06º 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 #74414C is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 65 | 76 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.55 |
| HSL | 347.06º | 0.28% | 0.35% | - |
| HSV(B) | 347.06º | 0.44% | 0.45% | - |
| XYZ | 10.4 | 8.02 | 7.84 | - |
| YUV | 81.5 | 124.9 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 65 | 76 | 0 | 0.44 | 0.34 | 0.55 | 347.06 | 0.28 | 0.35 |
| Hex | 74 | 41 | 4C | 0 | 2C | 22 | 37 | 15B | 1C | 23 |
| Octal | 164 | 101 | 114 | 0 | 54 | 42 | 67 | 533 | 34 | 43 |
| Binary | 1110100 | 1000001 | 1001100 | 0 | 101100 | 100010 | 110111 | 101011011 | 11100 | 100011 |
Color Harmonies of #74414C
Complementary color
Monochromatic Colors of #74414C
Black with #74414C
Text Example
Text Example
White with #74414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74414C; }
p { color: rgb(116,65,76); }
H1.HeaderClassName
{
color: #74414C;
}
.AnyTagClassName
{
color: #74414C;
}
</style>
background-color css
<style>
a { background-color: #74414C; }
a { background-color: rgb(116,65,76); }
div.DivClassName
{
background-color: #74414C;
}
.BgClassName
{
background-color: #74414C;
}
</style>
border-color css
<style>
span { border-color: #74414C; }
span { border-color: rgb(116,65,76); }
td.TdClassName
{
border-color: #74414C;
}
.TagClassName
{
border-color: #74414C;
}
</style>