Shades of Korma #76502A
Tints of Korma #76502A
RGB
CMYK
RGB Variations
Color information
#76502A (or 0x76502A) is known color: Korma. HEX triplet: 76, 50 and 2A. RGB value is (118,80,42). Sum of RGB (Red+Green+Blue) = 118+80+42=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #76502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76502A is #89AFD5. Grayscale: #575757. Windows color (decimal): -9023446 or 2773110. OLE color: 2773110.
HSL color Cylindrical-coordinate representation of color #76502A: hue angle of 30º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76502A is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 42 | - |
| CMYK | 0 | 0.32 | 0.64 | 0.54 |
| HSL | 30º | 0.48% | 0.31% | - |
| HSV(B) | 30º | 0.64% | 0.46% | - |
| XYZ | 10.76 | 9.76 | 3.51 | - |
| YUV | 87.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 42 | 0 | 0.32 | 0.64 | 0.54 | 30 | 0.48 | 0.31 |
| Hex | 76 | 50 | 2A | 0 | 20 | 40 | 36 | 1E | 30 | 1F |
| Octal | 166 | 120 | 52 | 0 | 40 | 100 | 66 | 36 | 60 | 37 |
| Binary | 1110110 | 1010000 | 101010 | 0 | 100000 | 1000000 | 110110 | 11110 | 110000 | 11111 |
Color Harmonies of #76502A
Complementary color
Monochromatic Colors of #76502A
Black with #76502A
Text Example
Text Example
White with #76502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76502A; }
p { color: rgb(118,80,42); }
H1.HeaderClassName
{
color: #76502A;
}
.AnyTagClassName
{
color: #76502A;
}
</style>
background-color css
<style>
a { background-color: #76502A; }
a { background-color: rgb(118,80,42); }
div.DivClassName
{
background-color: #76502A;
}
.BgClassName
{
background-color: #76502A;
}
</style>
border-color css
<style>
span { border-color: #76502A; }
span { border-color: rgb(118,80,42); }
td.TdClassName
{
border-color: #76502A;
}
.TagClassName
{
border-color: #76502A;
}
</style>