Shades of Camelot #78434D
Tints of Camelot #78434D
RGB
CMYK
RGB Variations
Color information
#78434D (or 0x78434D) is known color: Camelot. HEX triplet: 78, 43 and 4D. RGB value is (120,67,77). Sum of RGB (Red+Green+Blue) = 120+67+77=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #78434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78434D is #87BCB2. Grayscale: #545454. Windows color (decimal): -8895667 or 5063544. OLE color: 5063544.
HSL color Cylindrical-coordinate representation of color #78434D: hue angle of 348.68º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78434D is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 67 | 77 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.53 |
| HSL | 348.68º | 0.28% | 0.37% | - |
| HSV(B) | 348.68º | 0.44% | 0.47% | - |
| XYZ | 11.09 | 8.54 | 8.09 | - |
| YUV | 83.99 | 124.06 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 67 | 77 | 0 | 0.44 | 0.36 | 0.53 | 348.68 | 0.28 | 0.37 |
| Hex | 78 | 43 | 4D | 0 | 2C | 24 | 35 | 15D | 1C | 25 |
| Octal | 170 | 103 | 115 | 0 | 54 | 44 | 65 | 535 | 34 | 45 |
| Binary | 1111000 | 1000011 | 1001101 | 0 | 101100 | 100100 | 110101 | 101011101 | 11100 | 100101 |
Color Harmonies of #78434D
Complementary color
Monochromatic Colors of #78434D
Black with #78434D
Text Example
Text Example
White with #78434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78434D; }
p { color: rgb(120,67,77); }
H1.HeaderClassName
{
color: #78434D;
}
.AnyTagClassName
{
color: #78434D;
}
</style>
background-color css
<style>
a { background-color: #78434D; }
a { background-color: rgb(120,67,77); }
div.DivClassName
{
background-color: #78434D;
}
.BgClassName
{
background-color: #78434D;
}
</style>
border-color css
<style>
span { border-color: #78434D; }
span { border-color: rgb(120,67,77); }
td.TdClassName
{
border-color: #78434D;
}
.TagClassName
{
border-color: #78434D;
}
</style>