Shades of Kokoda #74735B
Tints of Kokoda #74735B
RGB
CMYK
RGB Variations
Color information
#74735B (or 0x74735B) is known color: Kokoda. HEX triplet: 74, 73 and 5B. RGB value is (116,115,91). Sum of RGB (Red+Green+Blue) = 116+115+91=322 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.02% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 116 - color contains mainly: red. Hex color #74735B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74735B is #8B8CA4. Grayscale: #707070. Windows color (decimal): -9145509 or 5993332. OLE color: 5993332.
HSL color Cylindrical-coordinate representation of color #74735B: hue angle of 57.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #74735B is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 115 | 91 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.55 |
| HSL | 57.6º | 0.12% | 0.41% | - |
| HSV(B) | 57.6º | 0.22% | 0.45% | - |
| XYZ | 15.22 | 16.73 | 12.32 | - |
| YUV | 112.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 115 | 91 | 0 | 0.01 | 0.22 | 0.55 | 57.6 | 0.12 | 0.41 |
| Hex | 74 | 73 | 5B | 0 | 1 | 16 | 37 | 3A | C | 29 |
| Octal | 164 | 163 | 133 | 0 | 1 | 26 | 67 | 72 | 14 | 51 |
| Binary | 1110100 | 1110011 | 1011011 | 0 | 1 | 10110 | 110111 | 111010 | 1100 | 101001 |
Color Harmonies of #74735B
Complementary color
Monochromatic Colors of #74735B
Black with #74735B
Text Example
Text Example
White with #74735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74735B; }
p { color: rgb(116,115,91); }
H1.HeaderClassName
{
color: #74735B;
}
.AnyTagClassName
{
color: #74735B;
}
</style>
background-color css
<style>
a { background-color: #74735B; }
a { background-color: rgb(116,115,91); }
div.DivClassName
{
background-color: #74735B;
}
.BgClassName
{
background-color: #74735B;
}
</style>
border-color css
<style>
span { border-color: #74735B; }
span { border-color: rgb(116,115,91); }
td.TdClassName
{
border-color: #74735B;
}
.TagClassName
{
border-color: #74735B;
}
</style>