Shades of Korma #774B26
Tints of Korma #774B26
RGB
CMYK
RGB Variations
Color information
#774B26 (or 0x774B26) is known color: Korma. HEX triplet: 77, 4B and 26. RGB value is (119,75,38). Sum of RGB (Red+Green+Blue) = 119+75+38=232 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.29% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 38 (15.23% from 255 or 16.38% from 232); Max value from RGB is 119 - color contains mainly: red. Hex color #774B26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B26 is #88B4D9. Grayscale: #545454. Windows color (decimal): -8959194 or 2509687. OLE color: 2509687.
HSL color Cylindrical-coordinate representation of color #774B26: hue angle of 27.41º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #774B26 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 75 | 38 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.53 |
| HSL | 27.41º | 0.52% | 0.31% | - |
| HSV(B) | 27.41º | 0.68% | 0.47% | - |
| XYZ | 10.47 | 9.09 | 3.04 | - |
| YUV | 83.94 | 102.08 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 75 | 38 | 0 | 0.37 | 0.68 | 0.53 | 27.41 | 0.52 | 0.31 |
| Hex | 77 | 4B | 26 | 0 | 25 | 44 | 35 | 1B | 34 | 1F |
| Octal | 167 | 113 | 46 | 0 | 45 | 104 | 65 | 33 | 64 | 37 |
| Binary | 1110111 | 1001011 | 100110 | 0 | 100101 | 1000100 | 110101 | 11011 | 110100 | 11111 |
Color Harmonies of #774B26
Complementary color
Monochromatic Colors of #774B26
Black with #774B26
Text Example
Text Example
White with #774B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #774B26; }
p { color: rgb(119,75,38); }
H1.HeaderClassName
{
color: #774B26;
}
.AnyTagClassName
{
color: #774B26;
}
</style>
background-color css
<style>
a { background-color: #774B26; }
a { background-color: rgb(119,75,38); }
div.DivClassName
{
background-color: #774B26;
}
.BgClassName
{
background-color: #774B26;
}
</style>
border-color css
<style>
span { border-color: #774B26; }
span { border-color: rgb(119,75,38); }
td.TdClassName
{
border-color: #774B26;
}
.TagClassName
{
border-color: #774B26;
}
</style>