Shades of Crete #7B6F33
Tints of Crete #7B6F33
RGB
CMYK
RGB Variations
Color information
#7B6F33 (or 0x7B6F33) is known color: Crete. HEX triplet: 7B, 6F and 33. RGB value is (123,111,51). Sum of RGB (Red+Green+Blue) = 123+111+51=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6F33 is #8490CC. Grayscale: #6B6B6B. Windows color (decimal): -8687821 or 3370875. OLE color: 3370875.
HSL color Cylindrical-coordinate representation of color #7B6F33: hue angle of 50º 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 #7B6F33 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 51 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.52 |
| HSL | 50º | 0.41% | 0.34% | - |
| HSV(B) | 50º | 0.59% | 0.48% | - |
| XYZ | 14.45 | 15.82 | 5.42 | - |
| YUV | 107.75 | 95.98 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 51 | 0 | 0.10 | 0.59 | 0.52 | 50 | 0.41 | 0.34 |
| Hex | 7B | 6F | 33 | 0 | A | 3B | 34 | 32 | 29 | 22 |
| Octal | 173 | 157 | 63 | 0 | 12 | 73 | 64 | 62 | 51 | 42 |
| Binary | 1111011 | 1101111 | 110011 | 0 | 1010 | 111011 | 110100 | 110010 | 101001 | 100010 |
Color Harmonies of #7B6F33
Complementary color
Monochromatic Colors of #7B6F33
Black with #7B6F33
Text Example
Text Example
White with #7B6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F33; }
p { color: rgb(123,111,51); }
H1.HeaderClassName
{
color: #7B6F33;
}
.AnyTagClassName
{
color: #7B6F33;
}
</style>
background-color css
<style>
a { background-color: #7B6F33; }
a { background-color: rgb(123,111,51); }
div.DivClassName
{
background-color: #7B6F33;
}
.BgClassName
{
background-color: #7B6F33;
}
</style>
border-color css
<style>
span { border-color: #7B6F33; }
span { border-color: rgb(123,111,51); }
td.TdClassName
{
border-color: #7B6F33;
}
.TagClassName
{
border-color: #7B6F33;
}
</style>