Shades of Kokoda #827F54
Tints of Kokoda #827F54
RGB
CMYK
RGB Variations
Color information
#827F54 (or 0x827F54) is known color: Kokoda. HEX triplet: 82, 7F and 54. RGB value is (130,127,84). Sum of RGB (Red+Green+Blue) = 130+127+84=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #827F54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F54 is #7D80AB. Grayscale: #7B7B7B. Windows color (decimal): -8224940 or 5537666. OLE color: 5537666.
HSL color Cylindrical-coordinate representation of color #827F54: hue angle of 56.09º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #827F54 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 84 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.49 |
| HSL | 56.09º | 0.21% | 0.42% | - |
| HSV(B) | 56.09º | 0.35% | 0.51% | - |
| XYZ | 18.4 | 20.56 | 11.39 | - |
| YUV | 123 | 105.99 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 84 | 0 | 0.02 | 0.35 | 0.49 | 56.09 | 0.21 | 0.42 |
| Hex | 82 | 7F | 54 | 0 | 2 | 23 | 31 | 38 | 15 | 2A |
| Octal | 202 | 177 | 124 | 0 | 2 | 43 | 61 | 70 | 25 | 52 |
| Binary | 10000010 | 1111111 | 1010100 | 0 | 10 | 100011 | 110001 | 111000 | 10101 | 101010 |
Color Harmonies of #827F54
Complementary color
Monochromatic Colors of #827F54
Black with #827F54
Text Example
Text Example
White with #827F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F54; }
p { color: rgb(130,127,84); }
H1.HeaderClassName
{
color: #827F54;
}
.AnyTagClassName
{
color: #827F54;
}
</style>
background-color css
<style>
a { background-color: #827F54; }
a { background-color: rgb(130,127,84); }
div.DivClassName
{
background-color: #827F54;
}
.BgClassName
{
background-color: #827F54;
}
</style>
border-color css
<style>
span { border-color: #827F54; }
span { border-color: rgb(130,127,84); }
td.TdClassName
{
border-color: #827F54;
}
.TagClassName
{
border-color: #827F54;
}
</style>