Shades of Kokoda #767254
Tints of Kokoda #767254
RGB
CMYK
RGB Variations
Color information
#767254 (or 0x767254) is known color: Kokoda. HEX triplet: 76, 72 and 54. RGB value is (118,114,84). Sum of RGB (Red+Green+Blue) = 118+114+84=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #767254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767254 is #898DAB. Grayscale: #6F6F6F. Windows color (decimal): -9014700 or 5534326. OLE color: 5534326.
HSL color Cylindrical-coordinate representation of color #767254: hue angle of 52.94º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #767254 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 114 | 84 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.54 |
| HSL | 52.94º | 0.17% | 0.4% | - |
| HSV(B) | 52.94º | 0.29% | 0.46% | - |
| XYZ | 15.09 | 16.53 | 10.78 | - |
| YUV | 111.78 | 112.33 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 114 | 84 | 0 | 0.03 | 0.29 | 0.54 | 52.94 | 0.17 | 0.4 |
| Hex | 76 | 72 | 54 | 0 | 3 | 1D | 36 | 35 | 11 | 28 |
| Octal | 166 | 162 | 124 | 0 | 3 | 35 | 66 | 65 | 21 | 50 |
| Binary | 1110110 | 1110010 | 1010100 | 0 | 11 | 11101 | 110110 | 110101 | 10001 | 101000 |
Color Harmonies of #767254
Complementary color
Monochromatic Colors of #767254
Black with #767254
Text Example
Text Example
White with #767254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767254; }
p { color: rgb(118,114,84); }
H1.HeaderClassName
{
color: #767254;
}
.AnyTagClassName
{
color: #767254;
}
</style>
background-color css
<style>
a { background-color: #767254; }
a { background-color: rgb(118,114,84); }
div.DivClassName
{
background-color: #767254;
}
.BgClassName
{
background-color: #767254;
}
</style>
border-color css
<style>
span { border-color: #767254; }
span { border-color: rgb(118,114,84); }
td.TdClassName
{
border-color: #767254;
}
.TagClassName
{
border-color: #767254;
}
</style>