Shades of Crete #7D7C34
Tints of Crete #7D7C34
RGB
CMYK
RGB Variations
Color information
#7D7C34 (or 0x7D7C34) is known color: Crete. HEX triplet: 7D, 7C and 34. RGB value is (125,124,52). Sum of RGB (Red+Green+Blue) = 125+124+52=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 125 - color contains mainly: red. Hex color #7D7C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D7C34 is #8283CB. Grayscale: #747474. Windows color (decimal): -8553420 or 3439741. OLE color: 3439741.
HSL color Cylindrical-coordinate representation of color #7D7C34: hue angle of 59.18º 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 #7D7C34 is Cyan = 0, Magento = 0.01, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 124 | 52 | - |
| CMYK | 0 | 0.01 | 0.58 | 0.51 |
| HSL | 59.18º | 0.41% | 0.35% | - |
| HSV(B) | 59.18º | 0.58% | 0.49% | - |
| XYZ | 16.28 | 19.02 | 6.06 | - |
| YUV | 116.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 124 | 52 | 0 | 0.01 | 0.58 | 0.51 | 59.18 | 0.41 | 0.35 |
| Hex | 7D | 7C | 34 | 0 | 1 | 3A | 33 | 3B | 29 | 23 |
| Octal | 175 | 174 | 64 | 0 | 1 | 72 | 63 | 73 | 51 | 43 |
| Binary | 1111101 | 1111100 | 110100 | 0 | 1 | 111010 | 110011 | 111011 | 101001 | 100011 |
Color Harmonies of #7D7C34
Complementary color
Monochromatic Colors of #7D7C34
Black with #7D7C34
Text Example
Text Example
White with #7D7C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7C34; }
p { color: rgb(125,124,52); }
H1.HeaderClassName
{
color: #7D7C34;
}
.AnyTagClassName
{
color: #7D7C34;
}
</style>
background-color css
<style>
a { background-color: #7D7C34; }
a { background-color: rgb(125,124,52); }
div.DivClassName
{
background-color: #7D7C34;
}
.BgClassName
{
background-color: #7D7C34;
}
</style>
border-color css
<style>
span { border-color: #7D7C34; }
span { border-color: rgb(125,124,52); }
td.TdClassName
{
border-color: #7D7C34;
}
.TagClassName
{
border-color: #7D7C34;
}
</style>