Shades of Camelot #74404B
Tints of Camelot #74404B
RGB
CMYK
RGB Variations
Color information
#74404B (or 0x74404B) is known color: Camelot. HEX triplet: 74, 40 and 4B. RGB value is (116,64,75). Sum of RGB (Red+Green+Blue) = 116+64+75=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 64 (25.39% from 255 or 25.10% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #74404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74404B is #8BBFB4. Grayscale: #505050. Windows color (decimal): -9158581 or 4931700. OLE color: 4931700.
HSL color Cylindrical-coordinate representation of color #74404B: hue angle of 347.31º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74404B is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 64 | 75 | - |
| CMYK | 0 | 0.45 | 0.35 | 0.55 |
| HSL | 347.31º | 0.29% | 0.35% | - |
| HSV(B) | 347.31º | 0.45% | 0.45% | - |
| XYZ | 10.31 | 7.89 | 7.64 | - |
| YUV | 80.8 | 124.73 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 64 | 75 | 0 | 0.45 | 0.35 | 0.55 | 347.31 | 0.29 | 0.35 |
| Hex | 74 | 40 | 4B | 0 | 2D | 23 | 37 | 15B | 1D | 23 |
| Octal | 164 | 100 | 113 | 0 | 55 | 43 | 67 | 533 | 35 | 43 |
| Binary | 1110100 | 1000000 | 1001011 | 0 | 101101 | 100011 | 110111 | 101011011 | 11101 | 100011 |
Color Harmonies of #74404B
Complementary color
Monochromatic Colors of #74404B
Black with #74404B
Text Example
Text Example
White with #74404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74404B; }
p { color: rgb(116,64,75); }
H1.HeaderClassName
{
color: #74404B;
}
.AnyTagClassName
{
color: #74404B;
}
</style>
background-color css
<style>
a { background-color: #74404B; }
a { background-color: rgb(116,64,75); }
div.DivClassName
{
background-color: #74404B;
}
.BgClassName
{
background-color: #74404B;
}
</style>
border-color css
<style>
span { border-color: #74404B; }
span { border-color: rgb(116,64,75); }
td.TdClassName
{
border-color: #74404B;
}
.TagClassName
{
border-color: #74404B;
}
</style>