Shades of Crete #7B7A3C
Tints of Crete #7B7A3C
RGB
CMYK
RGB Variations
Color information
#7B7A3C (or 0x7B7A3C) is known color: Crete. HEX triplet: 7B, 7A and 3C. RGB value is (123,122,60). Sum of RGB (Red+Green+Blue) = 123+122+60=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7A3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B7A3C is #8485C3. Grayscale: #737373. Windows color (decimal): -8684996 or 3963515. OLE color: 3963515.
HSL color Cylindrical-coordinate representation of color #7B7A3C: hue angle of 59.05º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7B7A3C is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 122 | 60 | - |
| CMYK | 0 | 0.01 | 0.51 | 0.52 |
| HSL | 59.05º | 0.34% | 0.36% | - |
| HSV(B) | 59.05º | 0.51% | 0.48% | - |
| XYZ | 15.94 | 18.46 | 7 | - |
| YUV | 115.23 | 96.83 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 60 | 0 | 0.01 | 0.51 | 0.52 | 59.05 | 0.34 | 0.36 |
| Hex | 7B | 7A | 3C | 0 | 1 | 33 | 34 | 3B | 22 | 24 |
| Octal | 173 | 172 | 74 | 0 | 1 | 63 | 64 | 73 | 42 | 44 |
| Binary | 1111011 | 1111010 | 111100 | 0 | 1 | 110011 | 110100 | 111011 | 100010 | 100100 |
Color Harmonies of #7B7A3C
Complementary color
Monochromatic Colors of #7B7A3C
Black with #7B7A3C
Text Example
Text Example
White with #7B7A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7A3C; }
p { color: rgb(123,122,60); }
H1.HeaderClassName
{
color: #7B7A3C;
}
.AnyTagClassName
{
color: #7B7A3C;
}
</style>
background-color css
<style>
a { background-color: #7B7A3C; }
a { background-color: rgb(123,122,60); }
div.DivClassName
{
background-color: #7B7A3C;
}
.BgClassName
{
background-color: #7B7A3C;
}
</style>
border-color css
<style>
span { border-color: #7B7A3C; }
span { border-color: rgb(123,122,60); }
td.TdClassName
{
border-color: #7B7A3C;
}
.TagClassName
{
border-color: #7B7A3C;
}
</style>