Shades of Bole #774C45
Tints of Bole #774C45
RGB
CMYK
RGB Variations
Color information
#774C45 (or 0x774C45) is known color: Bole. HEX triplet: 77, 4C and 45. RGB value is (119,76,69). Sum of RGB (Red+Green+Blue) = 119+76+69=264 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.08% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 119 - color contains mainly: red. Hex color #774C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C45 is #88B3BA. Grayscale: #585858. Windows color (decimal): -8958907 or 4541559. OLE color: 4541559.
HSL color Cylindrical-coordinate representation of color #774C45: hue angle of 8.4º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #774C45 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 69 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.53 |
| HSL | 8.4º | 0.27% | 0.37% | - |
| HSV(B) | 8.4º | 0.42% | 0.47% | - |
| XYZ | 11.27 | 9.52 | 6.87 | - |
| YUV | 88.06 | 117.25 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 69 | 0 | 0.36 | 0.42 | 0.53 | 8.4 | 0.27 | 0.37 |
| Hex | 77 | 4C | 45 | 0 | 24 | 2A | 35 | 8 | 1B | 25 |
| Octal | 167 | 114 | 105 | 0 | 44 | 52 | 65 | 10 | 33 | 45 |
| Binary | 1110111 | 1001100 | 1000101 | 0 | 100100 | 101010 | 110101 | 1000 | 11011 | 100101 |
Color Harmonies of #774C45
Complementary color
Monochromatic Colors of #774C45
Black with #774C45
Text Example
Text Example
White with #774C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C45; }
p { color: rgb(119,76,69); }
H1.HeaderClassName
{
color: #774C45;
}
.AnyTagClassName
{
color: #774C45;
}
</style>
background-color css
<style>
a { background-color: #774C45; }
a { background-color: rgb(119,76,69); }
div.DivClassName
{
background-color: #774C45;
}
.BgClassName
{
background-color: #774C45;
}
</style>
border-color css
<style>
span { border-color: #774C45; }
span { border-color: rgb(119,76,69); }
td.TdClassName
{
border-color: #774C45;
}
.TagClassName
{
border-color: #774C45;
}
</style>