Shades of Korma #7B4D2F
Tints of Korma #7B4D2F
RGB
CMYK
RGB Variations
Color information
#7B4D2F (or 0x7B4D2F) is known color: Korma. HEX triplet: 7B, 4D and 2F. RGB value is (123,77,47). Sum of RGB (Red+Green+Blue) = 123+77+47=247 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.80% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B4D2F is #84B2D0. Grayscale: #575757. Windows color (decimal): -8696529 or 3100027. OLE color: 3100027.
HSL color Cylindrical-coordinate representation of color #7B4D2F: hue angle of 23.68º 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 #7B4D2F is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 77 | 47 | - |
| CMYK | 0 | 0.37 | 0.62 | 0.52 |
| HSL | 23.68º | 0.45% | 0.33% | - |
| HSV(B) | 23.68º | 0.62% | 0.48% | - |
| XYZ | 11.34 | 9.72 | 3.97 | - |
| YUV | 87.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 77 | 47 | 0 | 0.37 | 0.62 | 0.52 | 23.68 | 0.45 | 0.33 |
| Hex | 7B | 4D | 2F | 0 | 25 | 3E | 34 | 18 | 2D | 21 |
| Octal | 173 | 115 | 57 | 0 | 45 | 76 | 64 | 30 | 55 | 41 |
| Binary | 1111011 | 1001101 | 101111 | 0 | 100101 | 111110 | 110100 | 11000 | 101101 | 100001 |
Color Harmonies of #7B4D2F
Complementary color
Monochromatic Colors of #7B4D2F
Black with #7B4D2F
Text Example
Text Example
White with #7B4D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4D2F; }
p { color: rgb(123,77,47); }
H1.HeaderClassName
{
color: #7B4D2F;
}
.AnyTagClassName
{
color: #7B4D2F;
}
</style>
background-color css
<style>
a { background-color: #7B4D2F; }
a { background-color: rgb(123,77,47); }
div.DivClassName
{
background-color: #7B4D2F;
}
.BgClassName
{
background-color: #7B4D2F;
}
</style>
border-color css
<style>
span { border-color: #7B4D2F; }
span { border-color: rgb(123,77,47); }
td.TdClassName
{
border-color: #7B4D2F;
}
.TagClassName
{
border-color: #7B4D2F;
}
</style>