Shades of Camelot #74434D
Tints of Camelot #74434D
RGB
CMYK
RGB Variations
Color information
#74434D (or 0x74434D) is known color: Camelot. HEX triplet: 74, 43 and 4D. RGB value is (116,67,77). Sum of RGB (Red+Green+Blue) = 116+67+77=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #74434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74434D is #8BBCB2. Grayscale: #525252. Windows color (decimal): -9157811 or 5063540. OLE color: 5063540.
HSL color Cylindrical-coordinate representation of color #74434D: hue angle of 347.76º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74434D is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 67 | 77 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.55 |
| HSL | 347.76º | 0.27% | 0.36% | - |
| HSV(B) | 347.76º | 0.42% | 0.45% | - |
| XYZ | 10.55 | 8.26 | 8.06 | - |
| YUV | 82.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 67 | 77 | 0 | 0.42 | 0.34 | 0.55 | 347.76 | 0.27 | 0.36 |
| Hex | 74 | 43 | 4D | 0 | 2A | 22 | 37 | 15C | 1B | 24 |
| Octal | 164 | 103 | 115 | 0 | 52 | 42 | 67 | 534 | 33 | 44 |
| Binary | 1110100 | 1000011 | 1001101 | 0 | 101010 | 100010 | 110111 | 101011100 | 11011 | 100100 |
Color Harmonies of #74434D
Complementary color
Monochromatic Colors of #74434D
Black with #74434D
Text Example
Text Example
White with #74434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74434D; }
p { color: rgb(116,67,77); }
H1.HeaderClassName
{
color: #74434D;
}
.AnyTagClassName
{
color: #74434D;
}
</style>
background-color css
<style>
a { background-color: #74434D; }
a { background-color: rgb(116,67,77); }
div.DivClassName
{
background-color: #74434D;
}
.BgClassName
{
background-color: #74434D;
}
</style>
border-color css
<style>
span { border-color: #74434D; }
span { border-color: rgb(116,67,77); }
td.TdClassName
{
border-color: #74434D;
}
.TagClassName
{
border-color: #74434D;
}
</style>