Shades of Bole #7B423F
Tints of Bole #7B423F
RGB
CMYK
RGB Variations
Color information
#7B423F (or 0x7B423F) is known color: Bole. HEX triplet: 7B, 42 and 3F. RGB value is (123,66,63). Sum of RGB (Red+Green+Blue) = 123+66+63=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 63 (25% from 255 or 25% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B423F is #84BDC0. Grayscale: #525252. Windows color (decimal): -8699329 or 4145787. OLE color: 4145787.
HSL color Cylindrical-coordinate representation of color #7B423F: hue angle of 3º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7B423F is Cyan = 0, Magento = 0.46, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 63 | - |
| CMYK | 0 | 0.46 | 0.49 | 0.52 |
| HSL | 3º | 0.32% | 0.36% | - |
| HSV(B) | 3º | 0.49% | 0.48% | - |
| XYZ | 11.01 | 8.47 | 5.76 | - |
| YUV | 82.7 | 116.88 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 63 | 0 | 0.46 | 0.49 | 0.52 | 3 | 0.32 | 0.36 |
| Hex | 7B | 42 | 3F | 0 | 2E | 31 | 34 | 3 | 20 | 24 |
| Octal | 173 | 102 | 77 | 0 | 56 | 61 | 64 | 3 | 40 | 44 |
| Binary | 1111011 | 1000010 | 111111 | 0 | 101110 | 110001 | 110100 | 11 | 100000 | 100100 |
Color Harmonies of #7B423F
Complementary color
Monochromatic Colors of #7B423F
Black with #7B423F
Text Example
Text Example
White with #7B423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B423F; }
p { color: rgb(123,66,63); }
H1.HeaderClassName
{
color: #7B423F;
}
.AnyTagClassName
{
color: #7B423F;
}
</style>
background-color css
<style>
a { background-color: #7B423F; }
a { background-color: rgb(123,66,63); }
div.DivClassName
{
background-color: #7B423F;
}
.BgClassName
{
background-color: #7B423F;
}
</style>
border-color css
<style>
span { border-color: #7B423F; }
span { border-color: rgb(123,66,63); }
td.TdClassName
{
border-color: #7B423F;
}
.TagClassName
{
border-color: #7B423F;
}
</style>