Shades of Crete #7F793D
Tints of Crete #7F793D
RGB
CMYK
RGB Variations
Color information
#7F793D (or 0x7F793D) is known color: Crete. HEX triplet: 7F, 79 and 3D. RGB value is (127,121,61). Sum of RGB (Red+Green+Blue) = 127+121+61=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F793D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F793D is #8086C2. Grayscale: #747474. Windows color (decimal): -8423107 or 4028799. OLE color: 4028799.
HSL color Cylindrical-coordinate representation of color #7F793D: hue angle of 54.55º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F793D is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 121 | 61 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.50 |
| HSL | 54.55º | 0.35% | 0.37% | - |
| HSV(B) | 54.55º | 0.52% | 0.5% | - |
| XYZ | 16.43 | 18.52 | 7.12 | - |
| YUV | 115.95 | 96.99 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 121 | 61 | 0 | 0.05 | 0.52 | 0.50 | 54.55 | 0.35 | 0.37 |
| Hex | 7F | 79 | 3D | 0 | 5 | 34 | 32 | 37 | 23 | 25 |
| Octal | 177 | 171 | 75 | 0 | 5 | 64 | 62 | 67 | 43 | 45 |
| Binary | 1111111 | 1111001 | 111101 | 0 | 101 | 110100 | 110010 | 110111 | 100011 | 100101 |
Color Harmonies of #7F793D
Complementary color
Monochromatic Colors of #7F793D
Black with #7F793D
Text Example
Text Example
White with #7F793D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F793D; }
p { color: rgb(127,121,61); }
H1.HeaderClassName
{
color: #7F793D;
}
.AnyTagClassName
{
color: #7F793D;
}
</style>
background-color css
<style>
a { background-color: #7F793D; }
a { background-color: rgb(127,121,61); }
div.DivClassName
{
background-color: #7F793D;
}
.BgClassName
{
background-color: #7F793D;
}
</style>
border-color css
<style>
span { border-color: #7F793D; }
span { border-color: rgb(127,121,61); }
td.TdClassName
{
border-color: #7F793D;
}
.TagClassName
{
border-color: #7F793D;
}
</style>