Shades of Bole #77483D
Tints of Bole #77483D
RGB
CMYK
RGB Variations
Color information
#77483D (or 0x77483D) is known color: Bole. HEX triplet: 77, 48 and 3D. RGB value is (119,72,61). Sum of RGB (Red+Green+Blue) = 119+72+61=252 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.22% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 119 - color contains mainly: red. Hex color #77483D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77483D is #88B7C2. Grayscale: #545454. Windows color (decimal): -8959939 or 4016247. OLE color: 4016247.
HSL color Cylindrical-coordinate representation of color #77483D: hue angle of 11.38º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #77483D is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 72 | 61 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.53 |
| HSL | 11.38º | 0.32% | 0.35% | - |
| HSV(B) | 11.38º | 0.49% | 0.47% | - |
| XYZ | 10.77 | 8.89 | 5.56 | - |
| YUV | 84.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 72 | 61 | 0 | 0.39 | 0.49 | 0.53 | 11.38 | 0.32 | 0.35 |
| Hex | 77 | 48 | 3D | 0 | 27 | 31 | 35 | B | 20 | 23 |
| Octal | 167 | 110 | 75 | 0 | 47 | 61 | 65 | 13 | 40 | 43 |
| Binary | 1110111 | 1001000 | 111101 | 0 | 100111 | 110001 | 110101 | 1011 | 100000 | 100011 |
Color Harmonies of #77483D
Complementary color
Monochromatic Colors of #77483D
Black with #77483D
Text Example
Text Example
White with #77483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77483D; }
p { color: rgb(119,72,61); }
H1.HeaderClassName
{
color: #77483D;
}
.AnyTagClassName
{
color: #77483D;
}
</style>
background-color css
<style>
a { background-color: #77483D; }
a { background-color: rgb(119,72,61); }
div.DivClassName
{
background-color: #77483D;
}
.BgClassName
{
background-color: #77483D;
}
</style>
border-color css
<style>
span { border-color: #77483D; }
span { border-color: rgb(119,72,61); }
td.TdClassName
{
border-color: #77483D;
}
.TagClassName
{
border-color: #77483D;
}
</style>