Shades of Crete #7B773E
Tints of Crete #7B773E
RGB
CMYK
RGB Variations
Color information
#7B773E (or 0x7B773E) is known color: Crete. HEX triplet: 7B, 77 and 3E. RGB value is (123,119,62). Sum of RGB (Red+Green+Blue) = 123+119+62=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B773E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B773E is #8488C1. Grayscale: #717171. Windows color (decimal): -8685762 or 4093819. OLE color: 4093819.
HSL color Cylindrical-coordinate representation of color #7B773E: hue angle of 56.07º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B773E is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 62 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.52 |
| HSL | 56.07º | 0.33% | 0.36% | - |
| HSV(B) | 56.07º | 0.5% | 0.48% | - |
| XYZ | 15.63 | 17.75 | 7.16 | - |
| YUV | 113.7 | 98.83 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 62 | 0 | 0.03 | 0.50 | 0.52 | 56.07 | 0.33 | 0.36 |
| Hex | 7B | 77 | 3E | 0 | 3 | 32 | 34 | 38 | 21 | 24 |
| Octal | 173 | 167 | 76 | 0 | 3 | 62 | 64 | 70 | 41 | 44 |
| Binary | 1111011 | 1110111 | 111110 | 0 | 11 | 110010 | 110100 | 111000 | 100001 | 100100 |
Color Harmonies of #7B773E
Complementary color
Monochromatic Colors of #7B773E
Black with #7B773E
Text Example
Text Example
White with #7B773E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B773E; }
p { color: rgb(123,119,62); }
H1.HeaderClassName
{
color: #7B773E;
}
.AnyTagClassName
{
color: #7B773E;
}
</style>
background-color css
<style>
a { background-color: #7B773E; }
a { background-color: rgb(123,119,62); }
div.DivClassName
{
background-color: #7B773E;
}
.BgClassName
{
background-color: #7B773E;
}
</style>
border-color css
<style>
span { border-color: #7B773E; }
span { border-color: rgb(123,119,62); }
td.TdClassName
{
border-color: #7B773E;
}
.TagClassName
{
border-color: #7B773E;
}
</style>