Shades of Korma #7B522F
Tints of Korma #7B522F
RGB
CMYK
RGB Variations
Color information
#7B522F (or 0x7B522F) is known color: Korma. HEX triplet: 7B, 52 and 2F. RGB value is (123,82,47). Sum of RGB (Red+Green+Blue) = 123+82+47=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B522F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B522F is #84ADD0. Grayscale: #5A5A5A. Windows color (decimal): -8695249 or 3101307. OLE color: 3101307.
HSL color Cylindrical-coordinate representation of color #7B522F: hue angle of 27.63º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7B522F is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 82 | 47 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.52 |
| HSL | 27.63º | 0.45% | 0.33% | - |
| HSV(B) | 27.63º | 0.62% | 0.48% | - |
| XYZ | 11.7 | 10.45 | 4.09 | - |
| YUV | 90.27 | 103.58 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 82 | 47 | 0 | 0.33 | 0.62 | 0.52 | 27.63 | 0.45 | 0.33 |
| Hex | 7B | 52 | 2F | 0 | 21 | 3E | 34 | 1C | 2D | 21 |
| Octal | 173 | 122 | 57 | 0 | 41 | 76 | 64 | 34 | 55 | 41 |
| Binary | 1111011 | 1010010 | 101111 | 0 | 100001 | 111110 | 110100 | 11100 | 101101 | 100001 |
Color Harmonies of #7B522F
Complementary color
Monochromatic Colors of #7B522F
Black with #7B522F
Text Example
Text Example
White with #7B522F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B522F; }
p { color: rgb(123,82,47); }
H1.HeaderClassName
{
color: #7B522F;
}
.AnyTagClassName
{
color: #7B522F;
}
</style>
background-color css
<style>
a { background-color: #7B522F; }
a { background-color: rgb(123,82,47); }
div.DivClassName
{
background-color: #7B522F;
}
.BgClassName
{
background-color: #7B522F;
}
</style>
border-color css
<style>
span { border-color: #7B522F; }
span { border-color: rgb(123,82,47); }
td.TdClassName
{
border-color: #7B522F;
}
.TagClassName
{
border-color: #7B522F;
}
</style>