Shades of Crete #7B7C34
Tints of Crete #7B7C34
RGB
CMYK
RGB Variations
Color information
#7B7C34 (or 0x7B7C34) is known color: Crete. HEX triplet: 7B, 7C and 34. RGB value is (123,124,52). Sum of RGB (Red+Green+Blue) = 123+124+52=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 124 - color contains mainly: green. Hex color #7B7C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7C34 is #8483CB. Grayscale: #737373. Windows color (decimal): -8684492 or 3439739. OLE color: 3439739.
HSL color Cylindrical-coordinate representation of color #7B7C34: hue angle of 60.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B7C34 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 123 | 124 | 52 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.51 |
| HSL | 60.83º | 0.41% | 0.35% | - |
| HSV(B) | 60.83º | 0.58% | 0.49% | - |
| XYZ | 16 | 18.87 | 6.05 | - |
| YUV | 115.49 | 92.17 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 52 | 0.01 | 0 | 0.58 | 0.51 | 60.83 | 0.41 | 0.35 |
| Hex | 7B | 7C | 34 | 1 | 0 | 3A | 33 | 3D | 29 | 23 |
| Octal | 173 | 174 | 64 | 1 | 0 | 72 | 63 | 75 | 51 | 43 |
| Binary | 1111011 | 1111100 | 110100 | 1 | 0 | 111010 | 110011 | 111101 | 101001 | 100011 |
Color Harmonies of #7B7C34
Complementary color
Monochromatic Colors of #7B7C34
Black with #7B7C34
Text Example
Text Example
White with #7B7C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7C34; }
p { color: rgb(123,124,52); }
H1.HeaderClassName
{
color: #7B7C34;
}
.AnyTagClassName
{
color: #7B7C34;
}
</style>
background-color css
<style>
a { background-color: #7B7C34; }
a { background-color: rgb(123,124,52); }
div.DivClassName
{
background-color: #7B7C34;
}
.BgClassName
{
background-color: #7B7C34;
}
</style>
border-color css
<style>
span { border-color: #7B7C34; }
span { border-color: rgb(123,124,52); }
td.TdClassName
{
border-color: #7B7C34;
}
.TagClassName
{
border-color: #7B7C34;
}
</style>