Shades of Korma #7F4D27
Tints of Korma #7F4D27
RGB
CMYK
RGB Variations
Color information
#7F4D27 (or 0x7F4D27) is known color: Korma. HEX triplet: 7F, 4D and 27. RGB value is (127,77,39). Sum of RGB (Red+Green+Blue) = 127+77+39=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D27 is #80B2D8. Grayscale: #575757. Windows color (decimal): -8434393 or 2575743. OLE color: 2575743.
HSL color Cylindrical-coordinate representation of color #7F4D27: hue angle of 25.91º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F4D27 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 39 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.50 |
| HSL | 25.91º | 0.53% | 0.33% | - |
| HSV(B) | 25.91º | 0.69% | 0.5% | - |
| XYZ | 11.77 | 9.97 | 3.22 | - |
| YUV | 87.62 | 100.57 | 156.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 39 | 0 | 0.39 | 0.69 | 0.50 | 25.91 | 0.53 | 0.33 |
| Hex | 7F | 4D | 27 | 0 | 27 | 45 | 32 | 1A | 35 | 21 |
| Octal | 177 | 115 | 47 | 0 | 47 | 105 | 62 | 32 | 65 | 41 |
| Binary | 1111111 | 1001101 | 100111 | 0 | 100111 | 1000101 | 110010 | 11010 | 110101 | 100001 |
Color Harmonies of #7F4D27
Complementary color
Monochromatic Colors of #7F4D27
Black with #7F4D27
Text Example
Text Example
White with #7F4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D27; }
p { color: rgb(127,77,39); }
H1.HeaderClassName
{
color: #7F4D27;
}
.AnyTagClassName
{
color: #7F4D27;
}
</style>
background-color css
<style>
a { background-color: #7F4D27; }
a { background-color: rgb(127,77,39); }
div.DivClassName
{
background-color: #7F4D27;
}
.BgClassName
{
background-color: #7F4D27;
}
</style>
border-color css
<style>
span { border-color: #7F4D27; }
span { border-color: rgb(127,77,39); }
td.TdClassName
{
border-color: #7F4D27;
}
.TagClassName
{
border-color: #7F4D27;
}
</style>