Shades of Crete #7B7C3E
Tints of Crete #7B7C3E
RGB
CMYK
RGB Variations
Color information
#7B7C3E (or 0x7B7C3E) is known color: Crete. HEX triplet: 7B, 7C and 3E. RGB value is (123,124,62). Sum of RGB (Red+Green+Blue) = 123+124+62=309 (40% of max value = 765). Red value is 123 (48.44% from 255 or 39.81% from 309); Green value is 124 (48.83% from 255 or 40.13% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7C3E is #8483C1. Grayscale: #747474. Windows color (decimal): -8684482 or 4095099. OLE color: 4095099.
HSL color Cylindrical-coordinate representation of color #7B7C3E: hue angle of 60.97º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B7C3E is Cyan = 0.01, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 124 | 62 | - |
| CMYK | 0.01 | 0 | 0.5 | 0.51 |
| HSL | 60.97º | 0.33% | 0.36% | - |
| HSV(B) | 60.97º | 0.5% | 0.49% | - |
| XYZ | 16.25 | 18.97 | 7.36 | - |
| YUV | 116.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 62 | 0.01 | 0 | 0.5 | 0.51 | 60.97 | 0.33 | 0.36 |
| Hex | 7B | 7C | 3E | 1 | 0 | 32 | 33 | 3D | 21 | 24 |
| Octal | 173 | 174 | 76 | 1 | 0 | 62 | 63 | 75 | 41 | 44 |
| Binary | 1111011 | 1111100 | 111110 | 1 | 0 | 110010 | 110011 | 111101 | 100001 | 100100 |
Color Harmonies of #7B7C3E
Complementary color
Monochromatic Colors of #7B7C3E
Black with #7B7C3E
Text Example
Text Example
White with #7B7C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7C3E; }
p { color: rgb(123,124,62); }
H1.HeaderClassName
{
color: #7B7C3E;
}
.AnyTagClassName
{
color: #7B7C3E;
}
</style>
background-color css
<style>
a { background-color: #7B7C3E; }
a { background-color: rgb(123,124,62); }
div.DivClassName
{
background-color: #7B7C3E;
}
.BgClassName
{
background-color: #7B7C3E;
}
</style>
border-color css
<style>
span { border-color: #7B7C3E; }
span { border-color: rgb(123,124,62); }
td.TdClassName
{
border-color: #7B7C3E;
}
.TagClassName
{
border-color: #7B7C3E;
}
</style>