Shades of Korma #7F4A2C
Tints of Korma #7F4A2C
RGB
CMYK
RGB Variations
Color information
#7F4A2C (or 0x7F4A2C) is known color: Korma. HEX triplet: 7F, 4A and 2C. RGB value is (127,74,44). Sum of RGB (Red+Green+Blue) = 127+74+44=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 44 (17.58% from 255 or 17.96% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A2C is #80B5D3. Grayscale: #565656. Windows color (decimal): -8435156 or 2902655. OLE color: 2902655.
HSL color Cylindrical-coordinate representation of color #7F4A2C: hue angle of 21.69º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7F4A2C is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 74 | 44 | - |
| CMYK | 0 | 0.42 | 0.65 | 0.50 |
| HSL | 21.69º | 0.49% | 0.34% | - |
| HSV(B) | 21.69º | 0.65% | 0.5% | - |
| XYZ | 11.66 | 9.59 | 3.62 | - |
| YUV | 86.43 | 104.06 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 44 | 0 | 0.42 | 0.65 | 0.50 | 21.69 | 0.49 | 0.34 |
| Hex | 7F | 4A | 2C | 0 | 2A | 41 | 32 | 16 | 31 | 22 |
| Octal | 177 | 112 | 54 | 0 | 52 | 101 | 62 | 26 | 61 | 42 |
| Binary | 1111111 | 1001010 | 101100 | 0 | 101010 | 1000001 | 110010 | 10110 | 110001 | 100010 |
Color Harmonies of #7F4A2C
Complementary color
Monochromatic Colors of #7F4A2C
Black with #7F4A2C
Text Example
Text Example
White with #7F4A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4A2C; }
p { color: rgb(127,74,44); }
H1.HeaderClassName
{
color: #7F4A2C;
}
.AnyTagClassName
{
color: #7F4A2C;
}
</style>
background-color css
<style>
a { background-color: #7F4A2C; }
a { background-color: rgb(127,74,44); }
div.DivClassName
{
background-color: #7F4A2C;
}
.BgClassName
{
background-color: #7F4A2C;
}
</style>
border-color css
<style>
span { border-color: #7F4A2C; }
span { border-color: rgb(127,74,44); }
td.TdClassName
{
border-color: #7F4A2C;
}
.TagClassName
{
border-color: #7F4A2C;
}
</style>