Shades of Camelot #74444E
Tints of Camelot #74444E
RGB
CMYK
RGB Variations
Color information
#74444E (or 0x74444E) is known color: Camelot. HEX triplet: 74, 44 and 4E. RGB value is (116,68,78). Sum of RGB (Red+Green+Blue) = 116+68+78=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 116 - color contains mainly: red. Hex color #74444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74444E is #8BBBB1. Grayscale: #535353. Windows color (decimal): -9157554 or 5129332. OLE color: 5129332.
HSL color Cylindrical-coordinate representation of color #74444E: hue angle of 347.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74444E is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 68 | 78 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.55 |
| HSL | 347.5º | 0.26% | 0.36% | - |
| HSV(B) | 347.5º | 0.41% | 0.45% | - |
| XYZ | 10.64 | 8.4 | 8.27 | - |
| YUV | 83.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 68 | 78 | 0 | 0.41 | 0.33 | 0.55 | 347.5 | 0.26 | 0.36 |
| Hex | 74 | 44 | 4E | 0 | 29 | 21 | 37 | 15C | 1A | 24 |
| Octal | 164 | 104 | 116 | 0 | 51 | 41 | 67 | 534 | 32 | 44 |
| Binary | 1110100 | 1000100 | 1001110 | 0 | 101001 | 100001 | 110111 | 101011100 | 11010 | 100100 |
Color Harmonies of #74444E
Complementary color
Monochromatic Colors of #74444E
Black with #74444E
Text Example
Text Example
White with #74444E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74444E; }
p { color: rgb(116,68,78); }
H1.HeaderClassName
{
color: #74444E;
}
.AnyTagClassName
{
color: #74444E;
}
</style>
background-color css
<style>
a { background-color: #74444E; }
a { background-color: rgb(116,68,78); }
div.DivClassName
{
background-color: #74444E;
}
.BgClassName
{
background-color: #74444E;
}
</style>
border-color css
<style>
span { border-color: #74444E; }
span { border-color: rgb(116,68,78); }
td.TdClassName
{
border-color: #74444E;
}
.TagClassName
{
border-color: #74444E;
}
</style>