Shades of Crete #7B7A33
Tints of Crete #7B7A33
RGB
CMYK
RGB Variations
Color information
#7B7A33 (or 0x7B7A33) is known color: Crete. HEX triplet: 7B, 7A and 33. RGB value is (123,122,51). Sum of RGB (Red+Green+Blue) = 123+122+51=296 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.55% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 51 (20.31% from 255 or 17.23% from 296); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7A33 is #8485CC. Grayscale: #727272. Windows color (decimal): -8685005 or 3373691. OLE color: 3373691.
HSL color Cylindrical-coordinate representation of color #7B7A33: hue angle of 59.17º 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 #7B7A33 is Cyan = 0, Magento = 0.01, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 122 | 51 | - |
| CMYK | 0 | 0.01 | 0.59 | 0.52 |
| HSL | 59.17º | 0.41% | 0.34% | - |
| HSV(B) | 59.17º | 0.59% | 0.48% | - |
| XYZ | 15.73 | 18.37 | 5.85 | - |
| YUV | 114.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 51 | 0 | 0.01 | 0.59 | 0.52 | 59.17 | 0.41 | 0.34 |
| Hex | 7B | 7A | 33 | 0 | 1 | 3B | 34 | 3B | 29 | 22 |
| Octal | 173 | 172 | 63 | 0 | 1 | 73 | 64 | 73 | 51 | 42 |
| Binary | 1111011 | 1111010 | 110011 | 0 | 1 | 111011 | 110100 | 111011 | 101001 | 100010 |
Color Harmonies of #7B7A33
Complementary color
Monochromatic Colors of #7B7A33
Black with #7B7A33
Text Example
Text Example
White with #7B7A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7A33; }
p { color: rgb(123,122,51); }
H1.HeaderClassName
{
color: #7B7A33;
}
.AnyTagClassName
{
color: #7B7A33;
}
</style>
background-color css
<style>
a { background-color: #7B7A33; }
a { background-color: rgb(123,122,51); }
div.DivClassName
{
background-color: #7B7A33;
}
.BgClassName
{
background-color: #7B7A33;
}
</style>
border-color css
<style>
span { border-color: #7B7A33; }
span { border-color: rgb(123,122,51); }
td.TdClassName
{
border-color: #7B7A33;
}
.TagClassName
{
border-color: #7B7A33;
}
</style>