Shades of Korma #76502F
Tints of Korma #76502F
RGB
CMYK
RGB Variations
Color information
#76502F (or 0x76502F) is known color: Korma. HEX triplet: 76, 50 and 2F. RGB value is (118,80,47). Sum of RGB (Red+Green+Blue) = 118+80+47=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76502F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76502F is #89AFD0. Grayscale: #575757. Windows color (decimal): -9023441 or 3100790. OLE color: 3100790.
HSL color Cylindrical-coordinate representation of color #76502F: hue angle of 27.89º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76502F is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 80 | 47 | - |
| CMYK | 0 | 0.32 | 0.60 | 0.54 |
| HSL | 27.89º | 0.43% | 0.32% | - |
| HSV(B) | 27.89º | 0.6% | 0.46% | - |
| XYZ | 10.85 | 9.79 | 4.01 | - |
| YUV | 87.6 | 105.09 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 80 | 47 | 0 | 0.32 | 0.60 | 0.54 | 27.89 | 0.43 | 0.32 |
| Hex | 76 | 50 | 2F | 0 | 20 | 3C | 36 | 1C | 2B | 20 |
| Octal | 166 | 120 | 57 | 0 | 40 | 74 | 66 | 34 | 53 | 40 |
| Binary | 1110110 | 1010000 | 101111 | 0 | 100000 | 111100 | 110110 | 11100 | 101011 | 100000 |
Color Harmonies of #76502F
Complementary color
Monochromatic Colors of #76502F
Black with #76502F
Text Example
Text Example
White with #76502F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76502F; }
p { color: rgb(118,80,47); }
H1.HeaderClassName
{
color: #76502F;
}
.AnyTagClassName
{
color: #76502F;
}
</style>
background-color css
<style>
a { background-color: #76502F; }
a { background-color: rgb(118,80,47); }
div.DivClassName
{
background-color: #76502F;
}
.BgClassName
{
background-color: #76502F;
}
</style>
border-color css
<style>
span { border-color: #76502F; }
span { border-color: rgb(118,80,47); }
td.TdClassName
{
border-color: #76502F;
}
.TagClassName
{
border-color: #76502F;
}
</style>