Shades of Crete #7B6F34
Tints of Crete #7B6F34
RGB
CMYK
RGB Variations
Color information
#7B6F34 (or 0x7B6F34) is known color: Crete. HEX triplet: 7B, 6F and 34. RGB value is (123,111,52). Sum of RGB (Red+Green+Blue) = 123+111+52=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6F34 is #8490CB. Grayscale: #6C6C6C. Windows color (decimal): -8687820 or 3436411. OLE color: 3436411.
HSL color Cylindrical-coordinate representation of color #7B6F34: hue angle of 49.86º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B6F34 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 111 | 52 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.52 |
| HSL | 49.86º | 0.41% | 0.34% | - |
| HSV(B) | 49.86º | 0.58% | 0.48% | - |
| XYZ | 14.47 | 15.83 | 5.54 | - |
| YUV | 107.86 | 96.48 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 111 | 52 | 0 | 0.10 | 0.58 | 0.52 | 49.86 | 0.41 | 0.34 |
| Hex | 7B | 6F | 34 | 0 | A | 3A | 34 | 32 | 29 | 22 |
| Octal | 173 | 157 | 64 | 0 | 12 | 72 | 64 | 62 | 51 | 42 |
| Binary | 1111011 | 1101111 | 110100 | 0 | 1010 | 111010 | 110100 | 110010 | 101001 | 100010 |
Color Harmonies of #7B6F34
Complementary color
Monochromatic Colors of #7B6F34
Black with #7B6F34
Text Example
Text Example
White with #7B6F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6F34; }
p { color: rgb(123,111,52); }
H1.HeaderClassName
{
color: #7B6F34;
}
.AnyTagClassName
{
color: #7B6F34;
}
</style>
background-color css
<style>
a { background-color: #7B6F34; }
a { background-color: rgb(123,111,52); }
div.DivClassName
{
background-color: #7B6F34;
}
.BgClassName
{
background-color: #7B6F34;
}
</style>
border-color css
<style>
span { border-color: #7B6F34; }
span { border-color: rgb(123,111,52); }
td.TdClassName
{
border-color: #7B6F34;
}
.TagClassName
{
border-color: #7B6F34;
}
</style>