Shades of Rain Forest #727C3C
Tints of Rain Forest #727C3C
RGB
CMYK
RGB Variations
Color information
#727C3C (or 0x727C3C) is known color: Rain Forest. HEX triplet: 72, 7C and 3C. RGB value is (114,124,60). Sum of RGB (Red+Green+Blue) = 114+124+60=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 124 - color contains mainly: green. Hex color #727C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727C3C is #8D83C3. Grayscale: #717171. Windows color (decimal): -9274308 or 3964018. OLE color: 3964018.
HSL color Cylindrical-coordinate representation of color #727C3C: hue angle of 69.38º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #727C3C is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 114 | 124 | 60 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.51 |
| HSL | 69.38º | 0.35% | 0.36% | - |
| HSV(B) | 69.38º | 0.52% | 0.49% | - |
| XYZ | 14.96 | 18.32 | 7.02 | - |
| YUV | 113.71 | 97.69 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 124 | 60 | 0.08 | 0 | 0.52 | 0.51 | 69.38 | 0.35 | 0.36 |
| Hex | 72 | 7C | 3C | 8 | 0 | 34 | 33 | 45 | 23 | 24 |
| Octal | 162 | 174 | 74 | 10 | 0 | 64 | 63 | 105 | 43 | 44 |
| Binary | 1110010 | 1111100 | 111100 | 1000 | 0 | 110100 | 110011 | 1000101 | 100011 | 100100 |
Color Harmonies of #727C3C
Complementary color
Monochromatic Colors of #727C3C
Black with #727C3C
Text Example
Text Example
White with #727C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727C3C; }
p { color: rgb(114,124,60); }
H1.HeaderClassName
{
color: #727C3C;
}
.AnyTagClassName
{
color: #727C3C;
}
</style>
background-color css
<style>
a { background-color: #727C3C; }
a { background-color: rgb(114,124,60); }
div.DivClassName
{
background-color: #727C3C;
}
.BgClassName
{
background-color: #727C3C;
}
</style>
border-color css
<style>
span { border-color: #727C3C; }
span { border-color: rgb(114,124,60); }
td.TdClassName
{
border-color: #727C3C;
}
.TagClassName
{
border-color: #727C3C;
}
</style>