Shades of Kokoda #827F50
Tints of Kokoda #827F50
RGB
CMYK
RGB Variations
Color information
#827F50 (or 0x827F50) is known color: Kokoda. HEX triplet: 82, 7F and 50. RGB value is (130,127,80). Sum of RGB (Red+Green+Blue) = 130+127+80=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #827F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F50 is #7D80AF. Grayscale: #7A7A7A. Windows color (decimal): -8224944 or 5275522. OLE color: 5275522.
HSL color Cylindrical-coordinate representation of color #827F50: hue angle of 56.4º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827F50 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 127 | 80 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.49 |
| HSL | 56.4º | 0.24% | 0.41% | - |
| HSV(B) | 56.4º | 0.38% | 0.51% | - |
| XYZ | 18.24 | 20.5 | 10.59 | - |
| YUV | 122.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 127 | 80 | 0 | 0.02 | 0.38 | 0.49 | 56.4 | 0.24 | 0.41 |
| Hex | 82 | 7F | 50 | 0 | 2 | 26 | 31 | 38 | 18 | 29 |
| Octal | 202 | 177 | 120 | 0 | 2 | 46 | 61 | 70 | 30 | 51 |
| Binary | 10000010 | 1111111 | 1010000 | 0 | 10 | 100110 | 110001 | 111000 | 11000 | 101001 |
Color Harmonies of #827F50
Complementary color
Monochromatic Colors of #827F50
Black with #827F50
Text Example
Text Example
White with #827F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F50; }
p { color: rgb(130,127,80); }
H1.HeaderClassName
{
color: #827F50;
}
.AnyTagClassName
{
color: #827F50;
}
</style>
background-color css
<style>
a { background-color: #827F50; }
a { background-color: rgb(130,127,80); }
div.DivClassName
{
background-color: #827F50;
}
.BgClassName
{
background-color: #827F50;
}
</style>
border-color css
<style>
span { border-color: #827F50; }
span { border-color: rgb(130,127,80); }
td.TdClassName
{
border-color: #827F50;
}
.TagClassName
{
border-color: #827F50;
}
</style>