Shades of Korma #77522B
Tints of Korma #77522B
RGB
CMYK
RGB Variations
Color information
#77522B (or 0x77522B) is known color: Korma. HEX triplet: 77, 52 and 2B. RGB value is (119,82,43). Sum of RGB (Red+Green+Blue) = 119+82+43=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #77522B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77522B is #88ADD4. Grayscale: #585858. Windows color (decimal): -8957397 or 2839159. OLE color: 2839159.
HSL color Cylindrical-coordinate representation of color #77522B: hue angle of 30.79º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77522B is Cyan = 0, Magento = 0.31, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 43 | - |
| CMYK | 0 | 0.31 | 0.64 | 0.53 |
| HSL | 30.79º | 0.47% | 0.32% | - |
| HSV(B) | 30.79º | 0.64% | 0.47% | - |
| XYZ | 11.06 | 10.13 | 3.66 | - |
| YUV | 88.62 | 102.26 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 43 | 0 | 0.31 | 0.64 | 0.53 | 30.79 | 0.47 | 0.32 |
| Hex | 77 | 52 | 2B | 0 | 1F | 40 | 35 | 1F | 2F | 20 |
| Octal | 167 | 122 | 53 | 0 | 37 | 100 | 65 | 37 | 57 | 40 |
| Binary | 1110111 | 1010010 | 101011 | 0 | 11111 | 1000000 | 110101 | 11111 | 101111 | 100000 |
Color Harmonies of #77522B
Complementary color
Monochromatic Colors of #77522B
Black with #77522B
Text Example
Text Example
White with #77522B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77522B; }
p { color: rgb(119,82,43); }
H1.HeaderClassName
{
color: #77522B;
}
.AnyTagClassName
{
color: #77522B;
}
</style>
background-color css
<style>
a { background-color: #77522B; }
a { background-color: rgb(119,82,43); }
div.DivClassName
{
background-color: #77522B;
}
.BgClassName
{
background-color: #77522B;
}
</style>
border-color css
<style>
span { border-color: #77522B; }
span { border-color: rgb(119,82,43); }
td.TdClassName
{
border-color: #77522B;
}
.TagClassName
{
border-color: #77522B;
}
</style>