Shades of Camelot #74424F
Tints of Camelot #74424F
RGB
CMYK
RGB Variations
Color information
#74424F (or 0x74424F) is known color: Camelot. HEX triplet: 74, 42 and 4F. RGB value is (116,66,79). Sum of RGB (Red+Green+Blue) = 116+66+79=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74424F is #8BBDB0. Grayscale: #525252. Windows color (decimal): -9158065 or 5194356. OLE color: 5194356.
HSL color Cylindrical-coordinate representation of color #74424F: hue angle of 344.4º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74424F is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 66 | 79 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.55 |
| HSL | 344.4º | 0.27% | 0.36% | - |
| HSV(B) | 344.4º | 0.43% | 0.45% | - |
| XYZ | 10.56 | 8.17 | 8.42 | - |
| YUV | 82.43 | 126.07 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 66 | 79 | 0 | 0.43 | 0.32 | 0.55 | 344.4 | 0.27 | 0.36 |
| Hex | 74 | 42 | 4F | 0 | 2B | 20 | 37 | 158 | 1B | 24 |
| Octal | 164 | 102 | 117 | 0 | 53 | 40 | 67 | 530 | 33 | 44 |
| Binary | 1110100 | 1000010 | 1001111 | 0 | 101011 | 100000 | 110111 | 101011000 | 11011 | 100100 |
Color Harmonies of #74424F
Complementary color
Monochromatic Colors of #74424F
Black with #74424F
Text Example
Text Example
White with #74424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74424F; }
p { color: rgb(116,66,79); }
H1.HeaderClassName
{
color: #74424F;
}
.AnyTagClassName
{
color: #74424F;
}
</style>
background-color css
<style>
a { background-color: #74424F; }
a { background-color: rgb(116,66,79); }
div.DivClassName
{
background-color: #74424F;
}
.BgClassName
{
background-color: #74424F;
}
</style>
border-color css
<style>
span { border-color: #74424F; }
span { border-color: rgb(116,66,79); }
td.TdClassName
{
border-color: #74424F;
}
.TagClassName
{
border-color: #74424F;
}
</style>