Shades of Crete #7B753D
Tints of Crete #7B753D
RGB
CMYK
RGB Variations
Color information
#7B753D (or 0x7B753D) is known color: Crete. HEX triplet: 7B, 75 and 3D. RGB value is (123,117,61). Sum of RGB (Red+Green+Blue) = 123+117+61=301 (39% of max value = 765). Red value is 123 (48.44% from 255 or 40.86% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 123 - color contains mainly: red. Hex color #7B753D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B753D is #848AC2. Grayscale: #707070. Windows color (decimal): -8686275 or 4027771. OLE color: 4027771.
HSL color Cylindrical-coordinate representation of color #7B753D: hue angle of 54.19º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B753D is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 117 | 61 | - |
| CMYK | 0 | 0.05 | 0.50 | 0.52 |
| HSL | 54.19º | 0.34% | 0.36% | - |
| HSV(B) | 54.19º | 0.5% | 0.48% | - |
| XYZ | 15.37 | 17.27 | 6.94 | - |
| YUV | 112.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 117 | 61 | 0 | 0.05 | 0.50 | 0.52 | 54.19 | 0.34 | 0.36 |
| Hex | 7B | 75 | 3D | 0 | 5 | 32 | 34 | 36 | 22 | 24 |
| Octal | 173 | 165 | 75 | 0 | 5 | 62 | 64 | 66 | 42 | 44 |
| Binary | 1111011 | 1110101 | 111101 | 0 | 101 | 110010 | 110100 | 110110 | 100010 | 100100 |
Color Harmonies of #7B753D
Complementary color
Monochromatic Colors of #7B753D
Black with #7B753D
Text Example
Text Example
White with #7B753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B753D; }
p { color: rgb(123,117,61); }
H1.HeaderClassName
{
color: #7B753D;
}
.AnyTagClassName
{
color: #7B753D;
}
</style>
background-color css
<style>
a { background-color: #7B753D; }
a { background-color: rgb(123,117,61); }
div.DivClassName
{
background-color: #7B753D;
}
.BgClassName
{
background-color: #7B753D;
}
</style>
border-color css
<style>
span { border-color: #7B753D; }
span { border-color: rgb(123,117,61); }
td.TdClassName
{
border-color: #7B753D;
}
.TagClassName
{
border-color: #7B753D;
}
</style>