Shades of Highland #74875C
Tints of Highland #74875C
RGB
CMYK
RGB Variations
Color information
#74875C (or 0x74875C) is known color: Highland. HEX triplet: 74, 87 and 5C. RGB value is (116,135,92). Sum of RGB (Red+Green+Blue) = 116+135+92=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #74875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74875C is #8B78A3. Grayscale: #7C7C7C. Windows color (decimal): -9140388 or 6063988. OLE color: 6063988.
HSL color Cylindrical-coordinate representation of color #74875C: hue angle of 86.51º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74875C is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 116 | 135 | 92 | - |
| CMYK | 0.14 | 0 | 0.32 | 0.47 |
| HSL | 86.51º | 0.19% | 0.45% | - |
| HSV(B) | 86.51º | 0.32% | 0.53% | - |
| XYZ | 17.8 | 21.81 | 13.4 | - |
| YUV | 124.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 135 | 92 | 0.14 | 0 | 0.32 | 0.47 | 86.51 | 0.19 | 0.45 |
| Hex | 74 | 87 | 5C | E | 0 | 20 | 2F | 57 | 13 | 2D |
| Octal | 164 | 207 | 134 | 16 | 0 | 40 | 57 | 127 | 23 | 55 |
| Binary | 1110100 | 10000111 | 1011100 | 1110 | 0 | 100000 | 101111 | 1010111 | 10011 | 101101 |
Color Harmonies of #74875C
Complementary color
Monochromatic Colors of #74875C
Black with #74875C
Text Example
Text Example
White with #74875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74875C; }
p { color: rgb(116,135,92); }
H1.HeaderClassName
{
color: #74875C;
}
.AnyTagClassName
{
color: #74875C;
}
</style>
background-color css
<style>
a { background-color: #74875C; }
a { background-color: rgb(116,135,92); }
div.DivClassName
{
background-color: #74875C;
}
.BgClassName
{
background-color: #74875C;
}
</style>
border-color css
<style>
span { border-color: #74875C; }
span { border-color: rgb(116,135,92); }
td.TdClassName
{
border-color: #74875C;
}
.TagClassName
{
border-color: #74875C;
}
</style>