Shades of Korma #7F502F
Tints of Korma #7F502F
RGB
CMYK
RGB Variations
Color information
#7F502F (or 0x7F502F) is known color: Korma. HEX triplet: 7F, 50 and 2F. RGB value is (127,80,47). Sum of RGB (Red+Green+Blue) = 127+80+47=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 80 (31.64% from 255 or 31.50% from 254); Blue value is 47 (18.75% from 255 or 18.50% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F502F is #80AFD0. Grayscale: #5A5A5A. Windows color (decimal): -8433617 or 3100799. OLE color: 3100799.
HSL color Cylindrical-coordinate representation of color #7F502F: hue angle of 24.75º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F502F is Cyan = 0, Magento = 0.37, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 47 | - |
| CMYK | 0 | 0.37 | 0.63 | 0.50 |
| HSL | 24.75º | 0.46% | 0.34% | - |
| HSV(B) | 24.75º | 0.63% | 0.5% | - |
| XYZ | 12.13 | 10.45 | 4.07 | - |
| YUV | 90.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 47 | 0 | 0.37 | 0.63 | 0.50 | 24.75 | 0.46 | 0.34 |
| Hex | 7F | 50 | 2F | 0 | 25 | 3F | 32 | 19 | 2E | 22 |
| Octal | 177 | 120 | 57 | 0 | 45 | 77 | 62 | 31 | 56 | 42 |
| Binary | 1111111 | 1010000 | 101111 | 0 | 100101 | 111111 | 110010 | 11001 | 101110 | 100010 |
Color Harmonies of #7F502F
Complementary color
Monochromatic Colors of #7F502F
Black with #7F502F
Text Example
Text Example
White with #7F502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F502F; }
p { color: rgb(127,80,47); }
H1.HeaderClassName
{
color: #7F502F;
}
.AnyTagClassName
{
color: #7F502F;
}
</style>
background-color css
<style>
a { background-color: #7F502F; }
a { background-color: rgb(127,80,47); }
div.DivClassName
{
background-color: #7F502F;
}
.BgClassName
{
background-color: #7F502F;
}
</style>
border-color css
<style>
span { border-color: #7F502F; }
span { border-color: rgb(127,80,47); }
td.TdClassName
{
border-color: #7F502F;
}
.TagClassName
{
border-color: #7F502F;
}
</style>