Shades of Crete #7B773C
Tints of Crete #7B773C
RGB
CMYK
RGB Variations
Color information
#7B773C (or 0x7B773C) is known color: Crete. HEX triplet: 7B, 77 and 3C. RGB value is (123,119,60). Sum of RGB (Red+Green+Blue) = 123+119+60=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B773C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B773C is #8488C3. Grayscale: #717171. Windows color (decimal): -8685764 or 3962747. OLE color: 3962747.
HSL color Cylindrical-coordinate representation of color #7B773C: hue angle of 56.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B773C is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 60 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.52 |
| HSL | 56.19º | 0.34% | 0.36% | - |
| HSV(B) | 56.19º | 0.51% | 0.48% | - |
| XYZ | 15.58 | 17.73 | 6.88 | - |
| YUV | 113.47 | 97.83 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 60 | 0 | 0.03 | 0.51 | 0.52 | 56.19 | 0.34 | 0.36 |
| Hex | 7B | 77 | 3C | 0 | 3 | 33 | 34 | 38 | 22 | 24 |
| Octal | 173 | 167 | 74 | 0 | 3 | 63 | 64 | 70 | 42 | 44 |
| Binary | 1111011 | 1110111 | 111100 | 0 | 11 | 110011 | 110100 | 111000 | 100010 | 100100 |
Color Harmonies of #7B773C
Complementary color
Monochromatic Colors of #7B773C
Black with #7B773C
Text Example
Text Example
White with #7B773C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B773C; }
p { color: rgb(123,119,60); }
H1.HeaderClassName
{
color: #7B773C;
}
.AnyTagClassName
{
color: #7B773C;
}
</style>
background-color css
<style>
a { background-color: #7B773C; }
a { background-color: rgb(123,119,60); }
div.DivClassName
{
background-color: #7B773C;
}
.BgClassName
{
background-color: #7B773C;
}
</style>
border-color css
<style>
span { border-color: #7B773C; }
span { border-color: rgb(123,119,60); }
td.TdClassName
{
border-color: #7B773C;
}
.TagClassName
{
border-color: #7B773C;
}
</style>