Shades of Korma #7F502D
Tints of Korma #7F502D
RGB
CMYK
RGB Variations
Color information
#7F502D (or 0x7F502D) is known color: Korma. HEX triplet: 7F, 50 and 2D. RGB value is (127,80,45). Sum of RGB (Red+Green+Blue) = 127+80+45=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F502D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F502D is #80AFD2. Grayscale: #5A5A5A. Windows color (decimal): -8433619 or 2969727. OLE color: 2969727.
HSL color Cylindrical-coordinate representation of color #7F502D: hue angle of 25.61º degrees, saturation: 0.48, 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 #7F502D is Cyan = 0, Magento = 0.37, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 45 | - |
| CMYK | 0 | 0.37 | 0.65 | 0.50 |
| HSL | 25.61º | 0.48% | 0.34% | - |
| HSV(B) | 25.61º | 0.65% | 0.5% | - |
| XYZ | 12.09 | 10.44 | 3.86 | - |
| YUV | 90.06 | 102.57 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 45 | 0 | 0.37 | 0.65 | 0.50 | 25.61 | 0.48 | 0.34 |
| Hex | 7F | 50 | 2D | 0 | 25 | 41 | 32 | 1A | 30 | 22 |
| Octal | 177 | 120 | 55 | 0 | 45 | 101 | 62 | 32 | 60 | 42 |
| Binary | 1111111 | 1010000 | 101101 | 0 | 100101 | 1000001 | 110010 | 11010 | 110000 | 100010 |
Color Harmonies of #7F502D
Complementary color
Monochromatic Colors of #7F502D
Black with #7F502D
Text Example
Text Example
White with #7F502D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F502D; }
p { color: rgb(127,80,45); }
H1.HeaderClassName
{
color: #7F502D;
}
.AnyTagClassName
{
color: #7F502D;
}
</style>
background-color css
<style>
a { background-color: #7F502D; }
a { background-color: rgb(127,80,45); }
div.DivClassName
{
background-color: #7F502D;
}
.BgClassName
{
background-color: #7F502D;
}
</style>
border-color css
<style>
span { border-color: #7F502D; }
span { border-color: rgb(127,80,45); }
td.TdClassName
{
border-color: #7F502D;
}
.TagClassName
{
border-color: #7F502D;
}
</style>