Shades of Crete #7B7633
Tints of Crete #7B7633
RGB
CMYK
RGB Variations
Color information
#7B7633 (or 0x7B7633) is known color: Crete. HEX triplet: 7B, 76 and 33. RGB value is (123,118,51). Sum of RGB (Red+Green+Blue) = 123+118+51=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 118 (46.48% from 255 or 40.41% from 292); Blue value is 51 (20.31% from 255 or 17.47% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7633 is #8489CC. Grayscale: #707070. Windows color (decimal): -8686029 or 3372667. OLE color: 3372667.
HSL color Cylindrical-coordinate representation of color #7B7633: hue angle of 55.83º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B7633 is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 118 | 51 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.52 |
| HSL | 55.83º | 0.41% | 0.34% | - |
| HSV(B) | 55.83º | 0.59% | 0.48% | - |
| XYZ | 15.24 | 17.41 | 5.69 | - |
| YUV | 111.86 | 93.66 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 51 | 0 | 0.04 | 0.59 | 0.52 | 55.83 | 0.41 | 0.34 |
| Hex | 7B | 76 | 33 | 0 | 4 | 3B | 34 | 38 | 29 | 22 |
| Octal | 173 | 166 | 63 | 0 | 4 | 73 | 64 | 70 | 51 | 42 |
| Binary | 1111011 | 1110110 | 110011 | 0 | 100 | 111011 | 110100 | 111000 | 101001 | 100010 |
Color Harmonies of #7B7633
Complementary color
Monochromatic Colors of #7B7633
Black with #7B7633
Text Example
Text Example
White with #7B7633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7633; }
p { color: rgb(123,118,51); }
H1.HeaderClassName
{
color: #7B7633;
}
.AnyTagClassName
{
color: #7B7633;
}
</style>
background-color css
<style>
a { background-color: #7B7633; }
a { background-color: rgb(123,118,51); }
div.DivClassName
{
background-color: #7B7633;
}
.BgClassName
{
background-color: #7B7633;
}
</style>
border-color css
<style>
span { border-color: #7B7633; }
span { border-color: rgb(123,118,51); }
td.TdClassName
{
border-color: #7B7633;
}
.TagClassName
{
border-color: #7B7633;
}
</style>