Shades of Kokoda #7F7B53
Tints of Kokoda #7F7B53
RGB
CMYK
RGB Variations
Color information
#7F7B53 (or 0x7F7B53) is known color: Kokoda. HEX triplet: 7F, 7B and 53. RGB value is (127,123,83). Sum of RGB (Red+Green+Blue) = 127+123+83=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7B53 is #8084AC. Grayscale: #777777. Windows color (decimal): -8422573 or 5471103. OLE color: 5471103.
HSL color Cylindrical-coordinate representation of color #7F7B53: hue angle of 54.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F7B53 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 83 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.50 |
| HSL | 54.55º | 0.21% | 0.41% | - |
| HSV(B) | 54.55º | 0.35% | 0.5% | - |
| XYZ | 17.4 | 19.3 | 10.99 | - |
| YUV | 119.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 83 | 0 | 0.03 | 0.35 | 0.50 | 54.55 | 0.21 | 0.41 |
| Hex | 7F | 7B | 53 | 0 | 3 | 23 | 32 | 37 | 15 | 29 |
| Octal | 177 | 173 | 123 | 0 | 3 | 43 | 62 | 67 | 25 | 51 |
| Binary | 1111111 | 1111011 | 1010011 | 0 | 11 | 100011 | 110010 | 110111 | 10101 | 101001 |
Color Harmonies of #7F7B53
Complementary color
Monochromatic Colors of #7F7B53
Black with #7F7B53
Text Example
Text Example
White with #7F7B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B53; }
p { color: rgb(127,123,83); }
H1.HeaderClassName
{
color: #7F7B53;
}
.AnyTagClassName
{
color: #7F7B53;
}
</style>
background-color css
<style>
a { background-color: #7F7B53; }
a { background-color: rgb(127,123,83); }
div.DivClassName
{
background-color: #7F7B53;
}
.BgClassName
{
background-color: #7F7B53;
}
</style>
border-color css
<style>
span { border-color: #7F7B53; }
span { border-color: rgb(127,123,83); }
td.TdClassName
{
border-color: #7F7B53;
}
.TagClassName
{
border-color: #7F7B53;
}
</style>