Shades of Korma #77522D
Tints of Korma #77522D
RGB
CMYK
RGB Variations
Color information
#77522D (or 0x77522D) is known color: Korma. HEX triplet: 77, 52 and 2D. RGB value is (119,82,45). Sum of RGB (Red+Green+Blue) = 119+82+45=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 82 (32.42% from 255 or 33.33% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #77522D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77522D is #88ADD2. Grayscale: #595959. Windows color (decimal): -8957395 or 2970231. OLE color: 2970231.
HSL color Cylindrical-coordinate representation of color #77522D: hue angle of 30º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #77522D is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 45 | - |
| CMYK | 0 | 0.31 | 0.62 | 0.53 |
| HSL | 30º | 0.45% | 0.32% | - |
| HSV(B) | 30º | 0.62% | 0.47% | - |
| XYZ | 11.1 | 10.15 | 3.86 | - |
| YUV | 88.85 | 103.26 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 45 | 0 | 0.31 | 0.62 | 0.53 | 30 | 0.45 | 0.32 |
| Hex | 77 | 52 | 2D | 0 | 1F | 3E | 35 | 1E | 2D | 20 |
| Octal | 167 | 122 | 55 | 0 | 37 | 76 | 65 | 36 | 55 | 40 |
| Binary | 1110111 | 1010010 | 101101 | 0 | 11111 | 111110 | 110101 | 11110 | 101101 | 100000 |
Color Harmonies of #77522D
Complementary color
Monochromatic Colors of #77522D
Black with #77522D
Text Example
Text Example
White with #77522D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77522D; }
p { color: rgb(119,82,45); }
H1.HeaderClassName
{
color: #77522D;
}
.AnyTagClassName
{
color: #77522D;
}
</style>
background-color css
<style>
a { background-color: #77522D; }
a { background-color: rgb(119,82,45); }
div.DivClassName
{
background-color: #77522D;
}
.BgClassName
{
background-color: #77522D;
}
</style>
border-color css
<style>
span { border-color: #77522D; }
span { border-color: rgb(119,82,45); }
td.TdClassName
{
border-color: #77522D;
}
.TagClassName
{
border-color: #77522D;
}
</style>