Shades of Korma #7F5534
Tints of Korma #7F5534
RGB
CMYK
RGB Variations
Color information
#7F5534 (or 0x7F5534) is known color: Korma. HEX triplet: 7F, 55 and 34. RGB value is (127,85,52). Sum of RGB (Red+Green+Blue) = 127+85+52=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5534 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5534 is #80AACB. Grayscale: #5D5D5D. Windows color (decimal): -8432332 or 3429759. OLE color: 3429759.
HSL color Cylindrical-coordinate representation of color #7F5534: hue angle of 26.4º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F5534 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 52 | - |
| CMYK | 0 | 0.33 | 0.59 | 0.50 |
| HSL | 26.4º | 0.42% | 0.35% | - |
| HSV(B) | 26.4º | 0.59% | 0.5% | - |
| XYZ | 12.62 | 11.26 | 4.76 | - |
| YUV | 93.8 | 104.41 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 52 | 0 | 0.33 | 0.59 | 0.50 | 26.4 | 0.42 | 0.35 |
| Hex | 7F | 55 | 34 | 0 | 21 | 3B | 32 | 1A | 2A | 23 |
| Octal | 177 | 125 | 64 | 0 | 41 | 73 | 62 | 32 | 52 | 43 |
| Binary | 1111111 | 1010101 | 110100 | 0 | 100001 | 111011 | 110010 | 11010 | 101010 | 100011 |
Color Harmonies of #7F5534
Complementary color
Monochromatic Colors of #7F5534
Black with #7F5534
Text Example
Text Example
White with #7F5534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5534; }
p { color: rgb(127,85,52); }
H1.HeaderClassName
{
color: #7F5534;
}
.AnyTagClassName
{
color: #7F5534;
}
</style>
background-color css
<style>
a { background-color: #7F5534; }
a { background-color: rgb(127,85,52); }
div.DivClassName
{
background-color: #7F5534;
}
.BgClassName
{
background-color: #7F5534;
}
</style>
border-color css
<style>
span { border-color: #7F5534; }
span { border-color: rgb(127,85,52); }
td.TdClassName
{
border-color: #7F5534;
}
.TagClassName
{
border-color: #7F5534;
}
</style>