Shades of Kokoda #767563
Tints of Kokoda #767563
RGB
CMYK
RGB Variations
Color information
#767563 (or 0x767563) is known color: Kokoda. HEX triplet: 76, 75 and 63. RGB value is (118,117,99). Sum of RGB (Red+Green+Blue) = 118+117+99=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 99 (39.06% from 255 or 29.64% from 334); Max value from RGB is 118 - color contains mainly: red. Hex color #767563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767563 is #898A9C. Grayscale: #737373. Windows color (decimal): -9013917 or 6518134. OLE color: 6518134.
HSL color Cylindrical-coordinate representation of color #767563: hue angle of 56.84º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #767563 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 117 | 99 | - |
| CMYK | 0 | 0.01 | 0.16 | 0.54 |
| HSL | 56.84º | 0.09% | 0.43% | - |
| HSV(B) | 56.84º | 0.16% | 0.46% | - |
| XYZ | 16.08 | 17.47 | 14.33 | - |
| YUV | 115.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 117 | 99 | 0 | 0.01 | 0.16 | 0.54 | 56.84 | 0.09 | 0.43 |
| Hex | 76 | 75 | 63 | 0 | 1 | 10 | 36 | 39 | 9 | 2B |
| Octal | 166 | 165 | 143 | 0 | 1 | 20 | 66 | 71 | 11 | 53 |
| Binary | 1110110 | 1110101 | 1100011 | 0 | 1 | 10000 | 110110 | 111001 | 1001 | 101011 |
Color Harmonies of #767563
Complementary color
Monochromatic Colors of #767563
Black with #767563
Text Example
Text Example
White with #767563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767563; }
p { color: rgb(118,117,99); }
H1.HeaderClassName
{
color: #767563;
}
.AnyTagClassName
{
color: #767563;
}
</style>
background-color css
<style>
a { background-color: #767563; }
a { background-color: rgb(118,117,99); }
div.DivClassName
{
background-color: #767563;
}
.BgClassName
{
background-color: #767563;
}
</style>
border-color css
<style>
span { border-color: #767563; }
span { border-color: rgb(118,117,99); }
td.TdClassName
{
border-color: #767563;
}
.TagClassName
{
border-color: #767563;
}
</style>