Shades of Bole #7A433D
Tints of Bole #7A433D
RGB
CMYK
RGB Variations
Color information
#7A433D (or 0x7A433D) is known color: Bole. HEX triplet: 7A, 43 and 3D. RGB value is (122,67,61). Sum of RGB (Red+Green+Blue) = 122+67+61=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 67 (26.56% from 255 or 26.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A433D is #85BCC2. Grayscale: #525252. Windows color (decimal): -8764611 or 4014970. OLE color: 4014970.
HSL color Cylindrical-coordinate representation of color #7A433D: hue angle of 5.9º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A433D is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 61 | - |
| CMYK | 0 | 0.45 | 0.50 | 0.52 |
| HSL | 5.9º | 0.33% | 0.36% | - |
| HSV(B) | 5.9º | 0.5% | 0.48% | - |
| XYZ | 10.88 | 8.49 | 5.48 | - |
| YUV | 82.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 61 | 0 | 0.45 | 0.50 | 0.52 | 5.9 | 0.33 | 0.36 |
| Hex | 7A | 43 | 3D | 0 | 2D | 32 | 34 | 6 | 21 | 24 |
| Octal | 172 | 103 | 75 | 0 | 55 | 62 | 64 | 6 | 41 | 44 |
| Binary | 1111010 | 1000011 | 111101 | 0 | 101101 | 110010 | 110100 | 110 | 100001 | 100100 |
Color Harmonies of #7A433D
Complementary color
Monochromatic Colors of #7A433D
Black with #7A433D
Text Example
Text Example
White with #7A433D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A433D; }
p { color: rgb(122,67,61); }
H1.HeaderClassName
{
color: #7A433D;
}
.AnyTagClassName
{
color: #7A433D;
}
</style>
background-color css
<style>
a { background-color: #7A433D; }
a { background-color: rgb(122,67,61); }
div.DivClassName
{
background-color: #7A433D;
}
.BgClassName
{
background-color: #7A433D;
}
</style>
border-color css
<style>
span { border-color: #7A433D; }
span { border-color: rgb(122,67,61); }
td.TdClassName
{
border-color: #7A433D;
}
.TagClassName
{
border-color: #7A433D;
}
</style>