Shades of Camelot #74374A
Tints of Camelot #74374A
RGB
CMYK
RGB Variations
Color information
#74374A (or 0x74374A) is known color: Camelot. HEX triplet: 74, 37 and 4A. RGB value is (116,55,74). Sum of RGB (Red+Green+Blue) = 116+55+74=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #74374A is #8BC8B5. Grayscale: #4B4B4B. Windows color (decimal): -9160886 or 4863860. OLE color: 4863860.
HSL color Cylindrical-coordinate representation of color #74374A: hue angle of 341.31º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74374A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 55 | 74 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.55 |
| HSL | 341.31º | 0.36% | 0.34% | - |
| HSV(B) | 341.31º | 0.53% | 0.45% | - |
| XYZ | 9.8 | 6.94 | 7.3 | - |
| YUV | 75.41 | 127.21 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 55 | 74 | 0 | 0.53 | 0.36 | 0.55 | 341.31 | 0.36 | 0.34 |
| Hex | 74 | 37 | 4A | 0 | 35 | 24 | 37 | 155 | 24 | 22 |
| Octal | 164 | 67 | 112 | 0 | 65 | 44 | 67 | 525 | 44 | 42 |
| Binary | 1110100 | 110111 | 1001010 | 0 | 110101 | 100100 | 110111 | 101010101 | 100100 | 100010 |
Color Harmonies of #74374A
Complementary color
Monochromatic Colors of #74374A
Black with #74374A
Text Example
Text Example
White with #74374A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74374A; }
p { color: rgb(116,55,74); }
H1.HeaderClassName
{
color: #74374A;
}
.AnyTagClassName
{
color: #74374A;
}
</style>
background-color css
<style>
a { background-color: #74374A; }
a { background-color: rgb(116,55,74); }
div.DivClassName
{
background-color: #74374A;
}
.BgClassName
{
background-color: #74374A;
}
</style>
border-color css
<style>
span { border-color: #74374A; }
span { border-color: rgb(116,55,74); }
td.TdClassName
{
border-color: #74374A;
}
.TagClassName
{
border-color: #74374A;
}
</style>