Shades of Crete #7B6E33
Tints of Crete #7B6E33
RGB
CMYK
RGB Variations
Color information
#7B6E33 (or 0x7B6E33) is known color: Crete. HEX triplet: 7B, 6E and 33. RGB value is (123,110,51). Sum of RGB (Red+Green+Blue) = 123+110+51=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 110 (43.36% from 255 or 38.73% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B6E33 is #8491CC. Grayscale: #6B6B6B. Windows color (decimal): -8688077 or 3370619. OLE color: 3370619.
HSL color Cylindrical-coordinate representation of color #7B6E33: hue angle of 49.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 #7B6E33 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 110 | 51 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.52 |
| HSL | 49.17º | 0.41% | 0.34% | - |
| HSV(B) | 49.17º | 0.59% | 0.48% | - |
| XYZ | 14.34 | 15.6 | 5.39 | - |
| YUV | 107.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 110 | 51 | 0 | 0.11 | 0.59 | 0.52 | 49.17 | 0.41 | 0.34 |
| Hex | 7B | 6E | 33 | 0 | B | 3B | 34 | 31 | 29 | 22 |
| Octal | 173 | 156 | 63 | 0 | 13 | 73 | 64 | 61 | 51 | 42 |
| Binary | 1111011 | 1101110 | 110011 | 0 | 1011 | 111011 | 110100 | 110001 | 101001 | 100010 |
Color Harmonies of #7B6E33
Complementary color
Monochromatic Colors of #7B6E33
Black with #7B6E33
Text Example
Text Example
White with #7B6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6E33; }
p { color: rgb(123,110,51); }
H1.HeaderClassName
{
color: #7B6E33;
}
.AnyTagClassName
{
color: #7B6E33;
}
</style>
background-color css
<style>
a { background-color: #7B6E33; }
a { background-color: rgb(123,110,51); }
div.DivClassName
{
background-color: #7B6E33;
}
.BgClassName
{
background-color: #7B6E33;
}
</style>
border-color css
<style>
span { border-color: #7B6E33; }
span { border-color: rgb(123,110,51); }
td.TdClassName
{
border-color: #7B6E33;
}
.TagClassName
{
border-color: #7B6E33;
}
</style>