Shades of Cigar #7B4B38
Tints of Cigar #7B4B38
RGB
CMYK
RGB Variations
Color information
#7B4B38 (or 0x7B4B38) is known color: Cigar. HEX triplet: 7B, 4B and 38. RGB value is (123,75,56). Sum of RGB (Red+Green+Blue) = 123+75+56=254 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.43% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4B38 is #84B4C7. Grayscale: #575757. Windows color (decimal): -8697032 or 3689339. OLE color: 3689339.
HSL color Cylindrical-coordinate representation of color #7B4B38: hue angle of 17.01º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B4B38 is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 75 | 56 | - |
| CMYK | 0 | 0.39 | 0.54 | 0.52 |
| HSL | 17.01º | 0.37% | 0.35% | - |
| HSV(B) | 17.01º | 0.54% | 0.48% | - |
| XYZ | 11.4 | 9.53 | 4.98 | - |
| YUV | 87.19 | 110.4 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 75 | 56 | 0 | 0.39 | 0.54 | 0.52 | 17.01 | 0.37 | 0.35 |
| Hex | 7B | 4B | 38 | 0 | 27 | 36 | 34 | 11 | 25 | 23 |
| Octal | 173 | 113 | 70 | 0 | 47 | 66 | 64 | 21 | 45 | 43 |
| Binary | 1111011 | 1001011 | 111000 | 0 | 100111 | 110110 | 110100 | 10001 | 100101 | 100011 |
Color Harmonies of #7B4B38
Complementary color
Monochromatic Colors of #7B4B38
Black with #7B4B38
Text Example
Text Example
White with #7B4B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4B38; }
p { color: rgb(123,75,56); }
H1.HeaderClassName
{
color: #7B4B38;
}
.AnyTagClassName
{
color: #7B4B38;
}
</style>
background-color css
<style>
a { background-color: #7B4B38; }
a { background-color: rgb(123,75,56); }
div.DivClassName
{
background-color: #7B4B38;
}
.BgClassName
{
background-color: #7B4B38;
}
</style>
border-color css
<style>
span { border-color: #7B4B38; }
span { border-color: rgb(123,75,56); }
td.TdClassName
{
border-color: #7B4B38;
}
.TagClassName
{
border-color: #7B4B38;
}
</style>