Shades of Crete #71743B
Tints of Crete #71743B
RGB
CMYK
RGB Variations
Color information
#71743B (or 0x71743B) is known color: Crete. HEX triplet: 71, 74 and 3B. RGB value is (113,116,59). Sum of RGB (Red+Green+Blue) = 113+116+59=288 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.24% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #71743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71743B is #8E8BC4. Grayscale: #6C6C6C. Windows color (decimal): -9341893 or 3896433. OLE color: 3896433.
HSL color Cylindrical-coordinate representation of color #71743B: hue angle of 63.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #71743B is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 59 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.55 |
| HSL | 63.16º | 0.33% | 0.34% | - |
| HSV(B) | 63.16º | 0.49% | 0.45% | - |
| XYZ | 13.84 | 16.32 | 6.56 | - |
| YUV | 108.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 59 | 0.03 | 0 | 0.49 | 0.55 | 63.16 | 0.33 | 0.34 |
| Hex | 71 | 74 | 3B | 3 | 0 | 31 | 37 | 3F | 21 | 22 |
| Octal | 161 | 164 | 73 | 3 | 0 | 61 | 67 | 77 | 41 | 42 |
| Binary | 1110001 | 1110100 | 111011 | 11 | 0 | 110001 | 110111 | 111111 | 100001 | 100010 |
Color Harmonies of #71743B
Complementary color
Monochromatic Colors of #71743B
Black with #71743B
Text Example
Text Example
White with #71743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71743B; }
p { color: rgb(113,116,59); }
H1.HeaderClassName
{
color: #71743B;
}
.AnyTagClassName
{
color: #71743B;
}
</style>
background-color css
<style>
a { background-color: #71743B; }
a { background-color: rgb(113,116,59); }
div.DivClassName
{
background-color: #71743B;
}
.BgClassName
{
background-color: #71743B;
}
</style>
border-color css
<style>
span { border-color: #71743B; }
span { border-color: rgb(113,116,59); }
td.TdClassName
{
border-color: #71743B;
}
.TagClassName
{
border-color: #71743B;
}
</style>