Shades of Kokoda #827A4D
Tints of Kokoda #827A4D
RGB
CMYK
RGB Variations
Color information
#827A4D (or 0x827A4D) is known color: Kokoda. HEX triplet: 82, 7A and 4D. RGB value is (130,122,77). Sum of RGB (Red+Green+Blue) = 130+122+77=329 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.51% from 329); Green value is 122 (48.05% from 255 or 37.08% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 130 - color contains mainly: red. Hex color #827A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827A4D is #7D85B2. Grayscale: #777777. Windows color (decimal): -8226227 or 5077634. OLE color: 5077634.
HSL color Cylindrical-coordinate representation of color #827A4D: hue angle of 50.94º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #827A4D is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 122 | 77 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.49 |
| HSL | 50.94º | 0.26% | 0.41% | - |
| HSV(B) | 50.94º | 0.41% | 0.51% | - |
| XYZ | 17.51 | 19.2 | 9.8 | - |
| YUV | 119.26 | 104.15 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 77 | 0 | 0.06 | 0.41 | 0.49 | 50.94 | 0.26 | 0.41 |
| Hex | 82 | 7A | 4D | 0 | 6 | 29 | 31 | 33 | 1A | 29 |
| Octal | 202 | 172 | 115 | 0 | 6 | 51 | 61 | 63 | 32 | 51 |
| Binary | 10000010 | 1111010 | 1001101 | 0 | 110 | 101001 | 110001 | 110011 | 11010 | 101001 |
Color Harmonies of #827A4D
Complementary color
Monochromatic Colors of #827A4D
Black with #827A4D
Text Example
Text Example
White with #827A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827A4D; }
p { color: rgb(130,122,77); }
H1.HeaderClassName
{
color: #827A4D;
}
.AnyTagClassName
{
color: #827A4D;
}
</style>
background-color css
<style>
a { background-color: #827A4D; }
a { background-color: rgb(130,122,77); }
div.DivClassName
{
background-color: #827A4D;
}
.BgClassName
{
background-color: #827A4D;
}
</style>
border-color css
<style>
span { border-color: #827A4D; }
span { border-color: rgb(130,122,77); }
td.TdClassName
{
border-color: #827A4D;
}
.TagClassName
{
border-color: #827A4D;
}
</style>