Shades of Crete #7F7E36
Tints of Crete #7F7E36
RGB
CMYK
RGB Variations
Color information
#7F7E36 (or 0x7F7E36) is known color: Crete. HEX triplet: 7F, 7E and 36. RGB value is (127,126,54). Sum of RGB (Red+Green+Blue) = 127+126+54=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 54 (21.48% from 255 or 17.59% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7E36 is #8081C9. Grayscale: #767676. Windows color (decimal): -8421834 or 3571327. OLE color: 3571327.
HSL color Cylindrical-coordinate representation of color #7F7E36: hue angle of 59.18º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F7E36 is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 126 | 54 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.50 |
| HSL | 59.18º | 0.4% | 0.35% | - |
| HSV(B) | 59.18º | 0.57% | 0.5% | - |
| XYZ | 16.88 | 19.7 | 6.4 | - |
| YUV | 118.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 126 | 54 | 0 | 0.01 | 0.57 | 0.50 | 59.18 | 0.4 | 0.35 |
| Hex | 7F | 7E | 36 | 0 | 1 | 39 | 32 | 3B | 28 | 23 |
| Octal | 177 | 176 | 66 | 0 | 1 | 71 | 62 | 73 | 50 | 43 |
| Binary | 1111111 | 1111110 | 110110 | 0 | 1 | 111001 | 110010 | 111011 | 101000 | 100011 |
Color Harmonies of #7F7E36
Complementary color
Monochromatic Colors of #7F7E36
Black with #7F7E36
Text Example
Text Example
White with #7F7E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7E36; }
p { color: rgb(127,126,54); }
H1.HeaderClassName
{
color: #7F7E36;
}
.AnyTagClassName
{
color: #7F7E36;
}
</style>
background-color css
<style>
a { background-color: #7F7E36; }
a { background-color: rgb(127,126,54); }
div.DivClassName
{
background-color: #7F7E36;
}
.BgClassName
{
background-color: #7F7E36;
}
</style>
border-color css
<style>
span { border-color: #7F7E36; }
span { border-color: rgb(127,126,54); }
td.TdClassName
{
border-color: #7F7E36;
}
.TagClassName
{
border-color: #7F7E36;
}
</style>