Shades of Crete #7F7B3B
Tints of Crete #7F7B3B
RGB
CMYK
RGB Variations
Color information
#7F7B3B (or 0x7F7B3B) is known color: Crete. HEX triplet: 7F, 7B and 3B. RGB value is (127,123,59). Sum of RGB (Red+Green+Blue) = 127+123+59=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B3B is #8084C4. Grayscale: #757575. Windows color (decimal): -8422597 or 3898239. OLE color: 3898239.
HSL color Cylindrical-coordinate representation of color #7F7B3B: hue angle of 56.47º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F7B3B is Cyan = 0, Magento = 0.03, Yellow = 0.54 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 59 | - |
| CMYK | 0 | 0.03 | 0.54 | 0.50 |
| HSL | 56.47º | 0.37% | 0.36% | - |
| HSV(B) | 56.47º | 0.54% | 0.5% | - |
| XYZ | 16.62 | 18.99 | 6.93 | - |
| YUV | 116.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 59 | 0 | 0.03 | 0.54 | 0.50 | 56.47 | 0.37 | 0.36 |
| Hex | 7F | 7B | 3B | 0 | 3 | 36 | 32 | 38 | 25 | 24 |
| Octal | 177 | 173 | 73 | 0 | 3 | 66 | 62 | 70 | 45 | 44 |
| Binary | 1111111 | 1111011 | 111011 | 0 | 11 | 110110 | 110010 | 111000 | 100101 | 100100 |
Color Harmonies of #7F7B3B
Complementary color
Monochromatic Colors of #7F7B3B
Black with #7F7B3B
Text Example
Text Example
White with #7F7B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B3B; }
p { color: rgb(127,123,59); }
H1.HeaderClassName
{
color: #7F7B3B;
}
.AnyTagClassName
{
color: #7F7B3B;
}
</style>
background-color css
<style>
a { background-color: #7F7B3B; }
a { background-color: rgb(127,123,59); }
div.DivClassName
{
background-color: #7F7B3B;
}
.BgClassName
{
background-color: #7F7B3B;
}
</style>
border-color css
<style>
span { border-color: #7F7B3B; }
span { border-color: rgb(127,123,59); }
td.TdClassName
{
border-color: #7F7B3B;
}
.TagClassName
{
border-color: #7F7B3B;
}
</style>