Shades of Crete #7F7B39
Tints of Crete #7F7B39
RGB
CMYK
RGB Variations
Color information
#7F7B39 (or 0x7F7B39) is known color: Crete. HEX triplet: 7F, 7B and 39. RGB value is (127,123,57). Sum of RGB (Red+Green+Blue) = 127+123+57=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 57 (22.66% from 255 or 18.57% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7B39 is #8084C6. Grayscale: #747474. Windows color (decimal): -8422599 or 3767167. OLE color: 3767167.
HSL color Cylindrical-coordinate representation of color #7F7B39: hue angle of 56.57º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F7B39 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 123 | 57 | - |
| CMYK | 0 | 0.03 | 0.55 | 0.50 |
| HSL | 56.57º | 0.38% | 0.36% | - |
| HSV(B) | 56.57º | 0.55% | 0.5% | - |
| XYZ | 16.57 | 18.97 | 6.66 | - |
| YUV | 116.67 | 94.33 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 123 | 57 | 0 | 0.03 | 0.55 | 0.50 | 56.57 | 0.38 | 0.36 |
| Hex | 7F | 7B | 39 | 0 | 3 | 37 | 32 | 39 | 26 | 24 |
| Octal | 177 | 173 | 71 | 0 | 3 | 67 | 62 | 71 | 46 | 44 |
| Binary | 1111111 | 1111011 | 111001 | 0 | 11 | 110111 | 110010 | 111001 | 100110 | 100100 |
Color Harmonies of #7F7B39
Complementary color
Monochromatic Colors of #7F7B39
Black with #7F7B39
Text Example
Text Example
White with #7F7B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7B39; }
p { color: rgb(127,123,57); }
H1.HeaderClassName
{
color: #7F7B39;
}
.AnyTagClassName
{
color: #7F7B39;
}
</style>
background-color css
<style>
a { background-color: #7F7B39; }
a { background-color: rgb(127,123,57); }
div.DivClassName
{
background-color: #7F7B39;
}
.BgClassName
{
background-color: #7F7B39;
}
</style>
border-color css
<style>
span { border-color: #7F7B39; }
span { border-color: rgb(127,123,57); }
td.TdClassName
{
border-color: #7F7B39;
}
.TagClassName
{
border-color: #7F7B39;
}
</style>