Shades of Crete #7B7833
Tints of Crete #7B7833
RGB
CMYK
RGB Variations
Color information
#7B7833 (or 0x7B7833) is known color: Crete. HEX triplet: 7B, 78 and 33. RGB value is (123,120,51). Sum of RGB (Red+Green+Blue) = 123+120+51=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7833 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7833 is #8487CC. Grayscale: #717171. Windows color (decimal): -8685517 or 3373179. OLE color: 3373179.
HSL color Cylindrical-coordinate representation of color #7B7833: hue angle of 57.5º 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 #7B7833 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 120 | 51 | - |
| CMYK | 0 | 0.02 | 0.59 | 0.52 |
| HSL | 57.5º | 0.41% | 0.34% | - |
| HSV(B) | 57.5º | 0.59% | 0.48% | - |
| XYZ | 15.48 | 17.88 | 5.77 | - |
| YUV | 113.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 120 | 51 | 0 | 0.02 | 0.59 | 0.52 | 57.5 | 0.41 | 0.34 |
| Hex | 7B | 78 | 33 | 0 | 2 | 3B | 34 | 3A | 29 | 22 |
| Octal | 173 | 170 | 63 | 0 | 2 | 73 | 64 | 72 | 51 | 42 |
| Binary | 1111011 | 1111000 | 110011 | 0 | 10 | 111011 | 110100 | 111010 | 101001 | 100010 |
Color Harmonies of #7B7833
Complementary color
Monochromatic Colors of #7B7833
Black with #7B7833
Text Example
Text Example
White with #7B7833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7833; }
p { color: rgb(123,120,51); }
H1.HeaderClassName
{
color: #7B7833;
}
.AnyTagClassName
{
color: #7B7833;
}
</style>
background-color css
<style>
a { background-color: #7B7833; }
a { background-color: rgb(123,120,51); }
div.DivClassName
{
background-color: #7B7833;
}
.BgClassName
{
background-color: #7B7833;
}
</style>
border-color css
<style>
span { border-color: #7B7833; }
span { border-color: rgb(123,120,51); }
td.TdClassName
{
border-color: #7B7833;
}
.TagClassName
{
border-color: #7B7833;
}
</style>