Shades of Bole #774C44
Tints of Bole #774C44
RGB
CMYK
RGB Variations
Color information
#774C44 (or 0x774C44) is known color: Bole. HEX triplet: 77, 4C and 44. RGB value is (119,76,68). Sum of RGB (Red+Green+Blue) = 119+76+68=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 68 (26.95% from 255 or 25.86% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #774C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774C44 is #88B3BB. Grayscale: #585858. Windows color (decimal): -8958908 or 4476023. OLE color: 4476023.
HSL color Cylindrical-coordinate representation of color #774C44: hue angle of 9.41º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #774C44 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 76 | 68 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.53 |
| HSL | 9.41º | 0.27% | 0.37% | - |
| HSV(B) | 9.41º | 0.43% | 0.47% | - |
| XYZ | 11.24 | 9.51 | 6.71 | - |
| YUV | 87.95 | 116.75 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 76 | 68 | 0 | 0.36 | 0.43 | 0.53 | 9.41 | 0.27 | 0.37 |
| Hex | 77 | 4C | 44 | 0 | 24 | 2B | 35 | 9 | 1B | 25 |
| Octal | 167 | 114 | 104 | 0 | 44 | 53 | 65 | 11 | 33 | 45 |
| Binary | 1110111 | 1001100 | 1000100 | 0 | 100100 | 101011 | 110101 | 1001 | 11011 | 100101 |
Color Harmonies of #774C44
Complementary color
Monochromatic Colors of #774C44
Black with #774C44
Text Example
Text Example
White with #774C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774C44; }
p { color: rgb(119,76,68); }
H1.HeaderClassName
{
color: #774C44;
}
.AnyTagClassName
{
color: #774C44;
}
</style>
background-color css
<style>
a { background-color: #774C44; }
a { background-color: rgb(119,76,68); }
div.DivClassName
{
background-color: #774C44;
}
.BgClassName
{
background-color: #774C44;
}
</style>
border-color css
<style>
span { border-color: #774C44; }
span { border-color: rgb(119,76,68); }
td.TdClassName
{
border-color: #774C44;
}
.TagClassName
{
border-color: #774C44;
}
</style>