Shades of Crete #71743C
Tints of Crete #71743C
RGB
CMYK
RGB Variations
Color information
#71743C (or 0x71743C) is known color: Crete. HEX triplet: 71, 74 and 3C. RGB value is (113,116,60). Sum of RGB (Red+Green+Blue) = 113+116+60=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 116 (45.70% from 255 or 40.14% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 116 - color contains mainly: green. Hex color #71743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71743C is #8E8BC3. Grayscale: #6C6C6C. Windows color (decimal): -9341892 or 3961969. OLE color: 3961969.
HSL color Cylindrical-coordinate representation of color #71743C: hue angle of 63.21º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71743C is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 60 | - |
| CMYK | 0.03 | 0 | 0.48 | 0.55 |
| HSL | 63.21º | 0.32% | 0.35% | - |
| HSV(B) | 63.21º | 0.48% | 0.45% | - |
| XYZ | 13.87 | 16.33 | 6.7 | - |
| YUV | 108.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 60 | 0.03 | 0 | 0.48 | 0.55 | 63.21 | 0.32 | 0.35 |
| Hex | 71 | 74 | 3C | 3 | 0 | 30 | 37 | 3F | 20 | 23 |
| Octal | 161 | 164 | 74 | 3 | 0 | 60 | 67 | 77 | 40 | 43 |
| Binary | 1110001 | 1110100 | 111100 | 11 | 0 | 110000 | 110111 | 111111 | 100000 | 100011 |
Color Harmonies of #71743C
Complementary color
Monochromatic Colors of #71743C
Black with #71743C
Text Example
Text Example
White with #71743C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71743C; }
p { color: rgb(113,116,60); }
H1.HeaderClassName
{
color: #71743C;
}
.AnyTagClassName
{
color: #71743C;
}
</style>
background-color css
<style>
a { background-color: #71743C; }
a { background-color: rgb(113,116,60); }
div.DivClassName
{
background-color: #71743C;
}
.BgClassName
{
background-color: #71743C;
}
</style>
border-color css
<style>
span { border-color: #71743C; }
span { border-color: rgb(113,116,60); }
td.TdClassName
{
border-color: #71743C;
}
.TagClassName
{
border-color: #71743C;
}
</style>