Shades of Crete #7F7839
Tints of Crete #7F7839
RGB
CMYK
RGB Variations
Color information
#7F7839 (or 0x7F7839) is known color: Crete. HEX triplet: 7F, 78 and 39. RGB value is (127,120,57). Sum of RGB (Red+Green+Blue) = 127+120+57=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7839 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F7839 is #8087C6. Grayscale: #737373. Windows color (decimal): -8423367 or 3766399. OLE color: 3766399.
HSL color Cylindrical-coordinate representation of color #7F7839: hue angle of 54º 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 #7F7839 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 120 | 57 | - |
| CMYK | 0 | 0.06 | 0.55 | 0.50 |
| HSL | 54º | 0.38% | 0.36% | - |
| HSV(B) | 54º | 0.55% | 0.5% | - |
| XYZ | 16.21 | 18.24 | 6.54 | - |
| YUV | 114.91 | 95.32 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 120 | 57 | 0 | 0.06 | 0.55 | 0.50 | 54 | 0.38 | 0.36 |
| Hex | 7F | 78 | 39 | 0 | 6 | 37 | 32 | 36 | 26 | 24 |
| Octal | 177 | 170 | 71 | 0 | 6 | 67 | 62 | 66 | 46 | 44 |
| Binary | 1111111 | 1111000 | 111001 | 0 | 110 | 110111 | 110010 | 110110 | 100110 | 100100 |
Color Harmonies of #7F7839
Complementary color
Monochromatic Colors of #7F7839
Black with #7F7839
Text Example
Text Example
White with #7F7839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F7839; }
p { color: rgb(127,120,57); }
H1.HeaderClassName
{
color: #7F7839;
}
.AnyTagClassName
{
color: #7F7839;
}
</style>
background-color css
<style>
a { background-color: #7F7839; }
a { background-color: rgb(127,120,57); }
div.DivClassName
{
background-color: #7F7839;
}
.BgClassName
{
background-color: #7F7839;
}
</style>
border-color css
<style>
span { border-color: #7F7839; }
span { border-color: rgb(127,120,57); }
td.TdClassName
{
border-color: #7F7839;
}
.TagClassName
{
border-color: #7F7839;
}
</style>