Shades of Kokoda #827A4E
Tints of Kokoda #827A4E
RGB
CMYK
RGB Variations
Color information
#827A4E (or 0x827A4E) is known color: Kokoda. HEX triplet: 82, 7A and 4E. RGB value is (130,122,78). Sum of RGB (Red+Green+Blue) = 130+122+78=330 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.39% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 130 - color contains mainly: red. Hex color #827A4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A4E is #7D85B1. Grayscale: #777777. Windows color (decimal): -8226226 or 5143170. OLE color: 5143170.
HSL color Cylindrical-coordinate representation of color #827A4E: hue angle of 50.77º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #827A4E is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 78 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.49 |
| HSL | 50.77º | 0.25% | 0.41% | - |
| HSV(B) | 50.77º | 0.4% | 0.51% | - |
| XYZ | 17.54 | 19.21 | 9.99 | - |
| YUV | 119.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 78 | 0 | 0.06 | 0.40 | 0.49 | 50.77 | 0.25 | 0.41 |
| Hex | 82 | 7A | 4E | 0 | 6 | 28 | 31 | 33 | 19 | 29 |
| Octal | 202 | 172 | 116 | 0 | 6 | 50 | 61 | 63 | 31 | 51 |
| Binary | 10000010 | 1111010 | 1001110 | 0 | 110 | 101000 | 110001 | 110011 | 11001 | 101001 |
Color Harmonies of #827A4E
Complementary color
Monochromatic Colors of #827A4E
Black with #827A4E
Text Example
Text Example
White with #827A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A4E; }
p { color: rgb(130,122,78); }
H1.HeaderClassName
{
color: #827A4E;
}
.AnyTagClassName
{
color: #827A4E;
}
</style>
background-color css
<style>
a { background-color: #827A4E; }
a { background-color: rgb(130,122,78); }
div.DivClassName
{
background-color: #827A4E;
}
.BgClassName
{
background-color: #827A4E;
}
</style>
border-color css
<style>
span { border-color: #827A4E; }
span { border-color: rgb(130,122,78); }
td.TdClassName
{
border-color: #827A4E;
}
.TagClassName
{
border-color: #827A4E;
}
</style>