Shades of Bole #7B433C
Tints of Bole #7B433C
RGB
CMYK
RGB Variations
Color information
#7B433C (or 0x7B433C) is known color: Bole. HEX triplet: 7B, 43 and 3C. RGB value is (123,67,60). Sum of RGB (Red+Green+Blue) = 123+67+60=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 60 (23.83% from 255 or 24% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B433C is #84BCC3. Grayscale: #535353. Windows color (decimal): -8699076 or 3949435. OLE color: 3949435.
HSL color Cylindrical-coordinate representation of color #7B433C: hue angle of 6.67º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B433C is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 60 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.52 |
| HSL | 6.67º | 0.34% | 0.36% | - |
| HSV(B) | 6.67º | 0.51% | 0.48% | - |
| XYZ | 10.99 | 8.55 | 5.35 | - |
| YUV | 82.95 | 115.05 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 60 | 0 | 0.46 | 0.51 | 0.52 | 6.67 | 0.34 | 0.36 |
| Hex | 7B | 43 | 3C | 0 | 2E | 33 | 34 | 7 | 22 | 24 |
| Octal | 173 | 103 | 74 | 0 | 56 | 63 | 64 | 7 | 42 | 44 |
| Binary | 1111011 | 1000011 | 111100 | 0 | 101110 | 110011 | 110100 | 111 | 100010 | 100100 |
Color Harmonies of #7B433C
Complementary color
Monochromatic Colors of #7B433C
Black with #7B433C
Text Example
Text Example
White with #7B433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B433C; }
p { color: rgb(123,67,60); }
H1.HeaderClassName
{
color: #7B433C;
}
.AnyTagClassName
{
color: #7B433C;
}
</style>
background-color css
<style>
a { background-color: #7B433C; }
a { background-color: rgb(123,67,60); }
div.DivClassName
{
background-color: #7B433C;
}
.BgClassName
{
background-color: #7B433C;
}
</style>
border-color css
<style>
span { border-color: #7B433C; }
span { border-color: rgb(123,67,60); }
td.TdClassName
{
border-color: #7B433C;
}
.TagClassName
{
border-color: #7B433C;
}
</style>