Shades of Kokoda #74725D
Tints of Kokoda #74725D
RGB
CMYK
RGB Variations
Color information
#74725D (or 0x74725D) is known color: Kokoda. HEX triplet: 74, 72 and 5D. RGB value is (116,114,93). Sum of RGB (Red+Green+Blue) = 116+114+93=323 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.91% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 116 - color contains mainly: red. Hex color #74725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74725D is #8B8DA2. Grayscale: #707070. Windows color (decimal): -9145763 or 6124148. OLE color: 6124148.
HSL color Cylindrical-coordinate representation of color #74725D: hue angle of 54.78º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #74725D is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 93 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.55 |
| HSL | 54.78º | 0.11% | 0.41% | - |
| HSV(B) | 54.78º | 0.2% | 0.45% | - |
| XYZ | 15.2 | 16.54 | 12.75 | - |
| YUV | 112.2 | 117.16 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 93 | 0 | 0.02 | 0.20 | 0.55 | 54.78 | 0.11 | 0.41 |
| Hex | 74 | 72 | 5D | 0 | 2 | 14 | 37 | 37 | B | 29 |
| Octal | 164 | 162 | 135 | 0 | 2 | 24 | 67 | 67 | 13 | 51 |
| Binary | 1110100 | 1110010 | 1011101 | 0 | 10 | 10100 | 110111 | 110111 | 1011 | 101001 |
Color Harmonies of #74725D
Complementary color
Monochromatic Colors of #74725D
Black with #74725D
Text Example
Text Example
White with #74725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74725D; }
p { color: rgb(116,114,93); }
H1.HeaderClassName
{
color: #74725D;
}
.AnyTagClassName
{
color: #74725D;
}
</style>
background-color css
<style>
a { background-color: #74725D; }
a { background-color: rgb(116,114,93); }
div.DivClassName
{
background-color: #74725D;
}
.BgClassName
{
background-color: #74725D;
}
</style>
border-color css
<style>
span { border-color: #74725D; }
span { border-color: rgb(116,114,93); }
td.TdClassName
{
border-color: #74725D;
}
.TagClassName
{
border-color: #74725D;
}
</style>