Shades of Kokoda #767251
Tints of Kokoda #767251
RGB
CMYK
RGB Variations
Color information
#767251 (or 0x767251) is known color: Kokoda. HEX triplet: 76, 72 and 51. RGB value is (118,114,81). Sum of RGB (Red+Green+Blue) = 118+114+81=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 114 (44.92% from 255 or 36.42% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 118 - color contains mainly: red. Hex color #767251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767251 is #898DAE. Grayscale: #6F6F6F. Windows color (decimal): -9014703 or 5337718. OLE color: 5337718.
HSL color Cylindrical-coordinate representation of color #767251: hue angle of 53.51º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #767251 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 81 | - |
| CMYK | 0 | 0.03 | 0.31 | 0.54 |
| HSL | 53.51º | 0.19% | 0.39% | - |
| HSV(B) | 53.51º | 0.31% | 0.46% | - |
| XYZ | 14.97 | 16.48 | 10.18 | - |
| YUV | 111.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 81 | 0 | 0.03 | 0.31 | 0.54 | 53.51 | 0.19 | 0.39 |
| Hex | 76 | 72 | 51 | 0 | 3 | 1F | 36 | 36 | 13 | 27 |
| Octal | 166 | 162 | 121 | 0 | 3 | 37 | 66 | 66 | 23 | 47 |
| Binary | 1110110 | 1110010 | 1010001 | 0 | 11 | 11111 | 110110 | 110110 | 10011 | 100111 |
Color Harmonies of #767251
Complementary color
Monochromatic Colors of #767251
Black with #767251
Text Example
Text Example
White with #767251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767251; }
p { color: rgb(118,114,81); }
H1.HeaderClassName
{
color: #767251;
}
.AnyTagClassName
{
color: #767251;
}
</style>
background-color css
<style>
a { background-color: #767251; }
a { background-color: rgb(118,114,81); }
div.DivClassName
{
background-color: #767251;
}
.BgClassName
{
background-color: #767251;
}
</style>
border-color css
<style>
span { border-color: #767251; }
span { border-color: rgb(118,114,81); }
td.TdClassName
{
border-color: #767251;
}
.TagClassName
{
border-color: #767251;
}
</style>