Shades of Camelot #78394C
Tints of Camelot #78394C
RGB
CMYK
RGB Variations
Color information
#78394C (or 0x78394C) is known color: Camelot. HEX triplet: 78, 39 and 4C. RGB value is (120,57,76). Sum of RGB (Red+Green+Blue) = 120+57+76=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 76 (30.08% from 255 or 30.04% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78394C is #87C6B3. Grayscale: #4D4D4D. Windows color (decimal): -8898228 or 4995448. OLE color: 4995448.
HSL color Cylindrical-coordinate representation of color #78394C: hue angle of 341.9º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78394C is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 57 | 76 | - |
| CMYK | 0 | 0.52 | 0.37 | 0.53 |
| HSL | 341.9º | 0.36% | 0.35% | - |
| HSV(B) | 341.9º | 0.53% | 0.47% | - |
| XYZ | 10.51 | 7.44 | 7.72 | - |
| YUV | 78 | 126.87 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 57 | 76 | 0 | 0.52 | 0.37 | 0.53 | 341.9 | 0.36 | 0.35 |
| Hex | 78 | 39 | 4C | 0 | 34 | 25 | 35 | 156 | 24 | 23 |
| Octal | 170 | 71 | 114 | 0 | 64 | 45 | 65 | 526 | 44 | 43 |
| Binary | 1111000 | 111001 | 1001100 | 0 | 110100 | 100101 | 110101 | 101010110 | 100100 | 100011 |
Color Harmonies of #78394C
Complementary color
Monochromatic Colors of #78394C
Black with #78394C
Text Example
Text Example
White with #78394C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78394C; }
p { color: rgb(120,57,76); }
H1.HeaderClassName
{
color: #78394C;
}
.AnyTagClassName
{
color: #78394C;
}
</style>
background-color css
<style>
a { background-color: #78394C; }
a { background-color: rgb(120,57,76); }
div.DivClassName
{
background-color: #78394C;
}
.BgClassName
{
background-color: #78394C;
}
</style>
border-color css
<style>
span { border-color: #78394C; }
span { border-color: rgb(120,57,76); }
td.TdClassName
{
border-color: #78394C;
}
.TagClassName
{
border-color: #78394C;
}
</style>