Shades of Crete #7B773D
Tints of Crete #7B773D
RGB
CMYK
RGB Variations
Color information
#7B773D (or 0x7B773D) is known color: Crete. HEX triplet: 7B, 77 and 3D. RGB value is (123,119,61). Sum of RGB (Red+Green+Blue) = 123+119+61=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B773D is #8488C2. Grayscale: #717171. Windows color (decimal): -8685763 or 4028283. OLE color: 4028283.
HSL color Cylindrical-coordinate representation of color #7B773D: hue angle of 56.13º degrees, saturation: 0.34, 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 #7B773D is Cyan = 0, Magento = 0.03, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 119 | 61 | - |
| CMYK | 0 | 0.03 | 0.50 | 0.52 |
| HSL | 56.13º | 0.34% | 0.36% | - |
| HSV(B) | 56.13º | 0.5% | 0.48% | - |
| XYZ | 15.61 | 17.74 | 7.02 | - |
| YUV | 113.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 119 | 61 | 0 | 0.03 | 0.50 | 0.52 | 56.13 | 0.34 | 0.36 |
| Hex | 7B | 77 | 3D | 0 | 3 | 32 | 34 | 38 | 22 | 24 |
| Octal | 173 | 167 | 75 | 0 | 3 | 62 | 64 | 70 | 42 | 44 |
| Binary | 1111011 | 1110111 | 111101 | 0 | 11 | 110010 | 110100 | 111000 | 100010 | 100100 |
Color Harmonies of #7B773D
Complementary color
Monochromatic Colors of #7B773D
Black with #7B773D
Text Example
Text Example
White with #7B773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B773D; }
p { color: rgb(123,119,61); }
H1.HeaderClassName
{
color: #7B773D;
}
.AnyTagClassName
{
color: #7B773D;
}
</style>
background-color css
<style>
a { background-color: #7B773D; }
a { background-color: rgb(123,119,61); }
div.DivClassName
{
background-color: #7B773D;
}
.BgClassName
{
background-color: #7B773D;
}
</style>
border-color css
<style>
span { border-color: #7B773D; }
span { border-color: rgb(123,119,61); }
td.TdClassName
{
border-color: #7B773D;
}
.TagClassName
{
border-color: #7B773D;
}
</style>