Shades of Crete #817C3C
Tints of Crete #817C3C
RGB
CMYK
RGB Variations
Color information
#817C3C (or 0x817C3C) is known color: Crete. HEX triplet: 81, 7C and 3C. RGB value is (129,124,60). Sum of RGB (Red+Green+Blue) = 129+124+60=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #817C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817C3C is #7E83C3. Grayscale: #767676. Windows color (decimal): -8291268 or 3964033. OLE color: 3964033.
HSL color Cylindrical-coordinate representation of color #817C3C: hue angle of 55.65º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #817C3C is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 60 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.49 |
| HSL | 55.65º | 0.37% | 0.37% | - |
| HSV(B) | 55.65º | 0.53% | 0.51% | - |
| XYZ | 17.08 | 19.41 | 7.12 | - |
| YUV | 118.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 60 | 0 | 0.04 | 0.53 | 0.49 | 55.65 | 0.37 | 0.37 |
| Hex | 81 | 7C | 3C | 0 | 4 | 35 | 31 | 38 | 25 | 25 |
| Octal | 201 | 174 | 74 | 0 | 4 | 65 | 61 | 70 | 45 | 45 |
| Binary | 10000001 | 1111100 | 111100 | 0 | 100 | 110101 | 110001 | 111000 | 100101 | 100101 |
Color Harmonies of #817C3C
Complementary color
Monochromatic Colors of #817C3C
Black with #817C3C
Text Example
Text Example
White with #817C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C3C; }
p { color: rgb(129,124,60); }
H1.HeaderClassName
{
color: #817C3C;
}
.AnyTagClassName
{
color: #817C3C;
}
</style>
background-color css
<style>
a { background-color: #817C3C; }
a { background-color: rgb(129,124,60); }
div.DivClassName
{
background-color: #817C3C;
}
.BgClassName
{
background-color: #817C3C;
}
</style>
border-color css
<style>
span { border-color: #817C3C; }
span { border-color: rgb(129,124,60); }
td.TdClassName
{
border-color: #817C3C;
}
.TagClassName
{
border-color: #817C3C;
}
</style>