Shades of Korma #7F4D25
Tints of Korma #7F4D25
RGB
CMYK
RGB Variations
Color information
#7F4D25 (or 0x7F4D25) is known color: Korma. HEX triplet: 7F, 4D and 25. RGB value is (127,77,37). Sum of RGB (Red+Green+Blue) = 127+77+37=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D25 is #80B2DA. Grayscale: #575757. Windows color (decimal): -8434395 or 2444671. OLE color: 2444671.
HSL color Cylindrical-coordinate representation of color #7F4D25: hue angle of 26.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F4D25 is Cyan = 0, Magento = 0.39, Yellow = 0.71 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 37 | - |
| CMYK | 0 | 0.39 | 0.71 | 0.50 |
| HSL | 26.67º | 0.55% | 0.32% | - |
| HSV(B) | 26.67º | 0.71% | 0.5% | - |
| XYZ | 11.74 | 9.95 | 3.05 | - |
| YUV | 87.39 | 99.57 | 156.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 37 | 0 | 0.39 | 0.71 | 0.50 | 26.67 | 0.55 | 0.32 |
| Hex | 7F | 4D | 25 | 0 | 27 | 47 | 32 | 1B | 37 | 20 |
| Octal | 177 | 115 | 45 | 0 | 47 | 107 | 62 | 33 | 67 | 40 |
| Binary | 1111111 | 1001101 | 100101 | 0 | 100111 | 1000111 | 110010 | 11011 | 110111 | 100000 |
Color Harmonies of #7F4D25
Complementary color
Monochromatic Colors of #7F4D25
Black with #7F4D25
Text Example
Text Example
White with #7F4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D25; }
p { color: rgb(127,77,37); }
H1.HeaderClassName
{
color: #7F4D25;
}
.AnyTagClassName
{
color: #7F4D25;
}
</style>
background-color css
<style>
a { background-color: #7F4D25; }
a { background-color: rgb(127,77,37); }
div.DivClassName
{
background-color: #7F4D25;
}
.BgClassName
{
background-color: #7F4D25;
}
</style>
border-color css
<style>
span { border-color: #7F4D25; }
span { border-color: rgb(127,77,37); }
td.TdClassName
{
border-color: #7F4D25;
}
.TagClassName
{
border-color: #7F4D25;
}
</style>