Shades of Bole #7C433D
Tints of Bole #7C433D
RGB
CMYK
RGB Variations
Color information
#7C433D (or 0x7C433D) is known color: Bole. HEX triplet: 7C, 43 and 3D. RGB value is (124,67,61). Sum of RGB (Red+Green+Blue) = 124+67+61=252 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.21% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 124 - color contains mainly: red. Hex color #7C433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C433D is #83BCC2. Grayscale: #535353. Windows color (decimal): -8633539 or 4014972. OLE color: 4014972.
HSL color Cylindrical-coordinate representation of color #7C433D: hue angle of 5.71º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7C433D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 67 | 61 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.51 |
| HSL | 5.71º | 0.34% | 0.36% | - |
| HSV(B) | 5.71º | 0.51% | 0.49% | - |
| XYZ | 11.16 | 8.64 | 5.49 | - |
| YUV | 83.36 | 115.38 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 67 | 61 | 0 | 0.46 | 0.51 | 0.51 | 5.71 | 0.34 | 0.36 |
| Hex | 7C | 43 | 3D | 0 | 2E | 33 | 33 | 6 | 22 | 24 |
| Octal | 174 | 103 | 75 | 0 | 56 | 63 | 63 | 6 | 42 | 44 |
| Binary | 1111100 | 1000011 | 111101 | 0 | 101110 | 110011 | 110011 | 110 | 100010 | 100100 |
Color Harmonies of #7C433D
Complementary color
Monochromatic Colors of #7C433D
Black with #7C433D
Text Example
Text Example
White with #7C433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C433D; }
p { color: rgb(124,67,61); }
H1.HeaderClassName
{
color: #7C433D;
}
.AnyTagClassName
{
color: #7C433D;
}
</style>
background-color css
<style>
a { background-color: #7C433D; }
a { background-color: rgb(124,67,61); }
div.DivClassName
{
background-color: #7C433D;
}
.BgClassName
{
background-color: #7C433D;
}
</style>
border-color css
<style>
span { border-color: #7C433D; }
span { border-color: rgb(124,67,61); }
td.TdClassName
{
border-color: #7C433D;
}
.TagClassName
{
border-color: #7C433D;
}
</style>