Shades of Crete #7D7934
Tints of Crete #7D7934
RGB
CMYK
RGB Variations
Color information
#7D7934 (or 0x7D7934) is known color: Crete. HEX triplet: 7D, 79 and 34. RGB value is (125,121,52). Sum of RGB (Red+Green+Blue) = 125+121+52=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7934 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7934 is #8286CB. Grayscale: #727272. Windows color (decimal): -8554188 or 3438973. OLE color: 3438973.
HSL color Cylindrical-coordinate representation of color #7D7934: hue angle of 56.71º 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 #7D7934 is Cyan = 0, Magento = 0.03, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 121 | 52 | - |
| CMYK | 0 | 0.03 | 0.58 | 0.51 |
| HSL | 56.71º | 0.41% | 0.35% | - |
| HSV(B) | 56.71º | 0.58% | 0.49% | - |
| XYZ | 15.91 | 18.28 | 5.94 | - |
| YUV | 114.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 121 | 52 | 0 | 0.03 | 0.58 | 0.51 | 56.71 | 0.41 | 0.35 |
| Hex | 7D | 79 | 34 | 0 | 3 | 3A | 33 | 39 | 29 | 23 |
| Octal | 175 | 171 | 64 | 0 | 3 | 72 | 63 | 71 | 51 | 43 |
| Binary | 1111101 | 1111001 | 110100 | 0 | 11 | 111010 | 110011 | 111001 | 101001 | 100011 |
Color Harmonies of #7D7934
Complementary color
Monochromatic Colors of #7D7934
Black with #7D7934
Text Example
Text Example
White with #7D7934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7934; }
p { color: rgb(125,121,52); }
H1.HeaderClassName
{
color: #7D7934;
}
.AnyTagClassName
{
color: #7D7934;
}
</style>
background-color css
<style>
a { background-color: #7D7934; }
a { background-color: rgb(125,121,52); }
div.DivClassName
{
background-color: #7D7934;
}
.BgClassName
{
background-color: #7D7934;
}
</style>
border-color css
<style>
span { border-color: #7D7934; }
span { border-color: rgb(125,121,52); }
td.TdClassName
{
border-color: #7D7934;
}
.TagClassName
{
border-color: #7D7934;
}
</style>