Shades of Korma #7A512F
Tints of Korma #7A512F
RGB
CMYK
RGB Variations
Color information
#7A512F (or 0x7A512F) is known color: Korma. HEX triplet: 7A, 51 and 2F. RGB value is (122,81,47). Sum of RGB (Red+Green+Blue) = 122+81+47=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A512F is #85AED0. Grayscale: #595959. Windows color (decimal): -8761041 or 3101050. OLE color: 3101050.
HSL color Cylindrical-coordinate representation of color #7A512F: hue angle of 27.2º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A512F is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 81 | 47 | - |
| CMYK | 0 | 0.34 | 0.61 | 0.52 |
| HSL | 27.2º | 0.44% | 0.33% | - |
| HSV(B) | 27.2º | 0.61% | 0.48% | - |
| XYZ | 11.48 | 10.23 | 4.06 | - |
| YUV | 89.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 81 | 47 | 0 | 0.34 | 0.61 | 0.52 | 27.2 | 0.44 | 0.33 |
| Hex | 7A | 51 | 2F | 0 | 22 | 3D | 34 | 1B | 2C | 21 |
| Octal | 172 | 121 | 57 | 0 | 42 | 75 | 64 | 33 | 54 | 41 |
| Binary | 1111010 | 1010001 | 101111 | 0 | 100010 | 111101 | 110100 | 11011 | 101100 | 100001 |
Color Harmonies of #7A512F
Complementary color
Monochromatic Colors of #7A512F
Black with #7A512F
Text Example
Text Example
White with #7A512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A512F; }
p { color: rgb(122,81,47); }
H1.HeaderClassName
{
color: #7A512F;
}
.AnyTagClassName
{
color: #7A512F;
}
</style>
background-color css
<style>
a { background-color: #7A512F; }
a { background-color: rgb(122,81,47); }
div.DivClassName
{
background-color: #7A512F;
}
.BgClassName
{
background-color: #7A512F;
}
</style>
border-color css
<style>
span { border-color: #7A512F; }
span { border-color: rgb(122,81,47); }
td.TdClassName
{
border-color: #7A512F;
}
.TagClassName
{
border-color: #7A512F;
}
</style>