Shades of Korma #7F4D2D
Tints of Korma #7F4D2D
RGB
CMYK
RGB Variations
Color information
#7F4D2D (or 0x7F4D2D) is known color: Korma. HEX triplet: 7F, 4D and 2D. RGB value is (127,77,45). Sum of RGB (Red+Green+Blue) = 127+77+45=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F4D2D is #80B2D2. Grayscale: #585858. Windows color (decimal): -8434387 or 2968959. OLE color: 2968959.
HSL color Cylindrical-coordinate representation of color #7F4D2D: hue angle of 23.41º 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 #7F4D2D is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 45 | - |
| CMYK | 0 | 0.39 | 0.65 | 0.50 |
| HSL | 23.41º | 0.48% | 0.34% | - |
| HSV(B) | 23.41º | 0.65% | 0.5% | - |
| XYZ | 11.88 | 10.01 | 3.79 | - |
| YUV | 88.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 45 | 0 | 0.39 | 0.65 | 0.50 | 23.41 | 0.48 | 0.34 |
| Hex | 7F | 4D | 2D | 0 | 27 | 41 | 32 | 17 | 30 | 22 |
| Octal | 177 | 115 | 55 | 0 | 47 | 101 | 62 | 27 | 60 | 42 |
| Binary | 1111111 | 1001101 | 101101 | 0 | 100111 | 1000001 | 110010 | 10111 | 110000 | 100010 |
Color Harmonies of #7F4D2D
Complementary color
Monochromatic Colors of #7F4D2D
Black with #7F4D2D
Text Example
Text Example
White with #7F4D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D2D; }
p { color: rgb(127,77,45); }
H1.HeaderClassName
{
color: #7F4D2D;
}
.AnyTagClassName
{
color: #7F4D2D;
}
</style>
background-color css
<style>
a { background-color: #7F4D2D; }
a { background-color: rgb(127,77,45); }
div.DivClassName
{
background-color: #7F4D2D;
}
.BgClassName
{
background-color: #7F4D2D;
}
</style>
border-color css
<style>
span { border-color: #7F4D2D; }
span { border-color: rgb(127,77,45); }
td.TdClassName
{
border-color: #7F4D2D;
}
.TagClassName
{
border-color: #7F4D2D;
}
</style>