Shades of Crete #7D7634
Tints of Crete #7D7634
RGB
CMYK
RGB Variations
Color information
#7D7634 (or 0x7D7634) is known color: Crete. HEX triplet: 7D, 76 and 34. RGB value is (125,118,52). Sum of RGB (Red+Green+Blue) = 125+118+52=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7634 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7634 is #8289CB. Grayscale: #707070. Windows color (decimal): -8554956 or 3438205. OLE color: 3438205.
HSL color Cylindrical-coordinate representation of color #7D7634: hue angle of 54.25º 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 #7D7634 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 118 | 52 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.51 |
| HSL | 54.25º | 0.41% | 0.35% | - |
| HSV(B) | 54.25º | 0.58% | 0.49% | - |
| XYZ | 15.56 | 17.56 | 5.82 | - |
| YUV | 112.57 | 93.82 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 118 | 52 | 0 | 0.06 | 0.58 | 0.51 | 54.25 | 0.41 | 0.35 |
| Hex | 7D | 76 | 34 | 0 | 6 | 3A | 33 | 36 | 29 | 23 |
| Octal | 175 | 166 | 64 | 0 | 6 | 72 | 63 | 66 | 51 | 43 |
| Binary | 1111101 | 1110110 | 110100 | 0 | 110 | 111010 | 110011 | 110110 | 101001 | 100011 |
Color Harmonies of #7D7634
Complementary color
Monochromatic Colors of #7D7634
Black with #7D7634
Text Example
Text Example
White with #7D7634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7634; }
p { color: rgb(125,118,52); }
H1.HeaderClassName
{
color: #7D7634;
}
.AnyTagClassName
{
color: #7D7634;
}
</style>
background-color css
<style>
a { background-color: #7D7634; }
a { background-color: rgb(125,118,52); }
div.DivClassName
{
background-color: #7D7634;
}
.BgClassName
{
background-color: #7D7634;
}
</style>
border-color css
<style>
span { border-color: #7D7634; }
span { border-color: rgb(125,118,52); }
td.TdClassName
{
border-color: #7D7634;
}
.TagClassName
{
border-color: #7D7634;
}
</style>