Shades of Concord #858075
Tints of Concord #858075
RGB
CMYK
RGB Variations
Color information
#858075 (or 0x858075) is known color: Concord. HEX triplet: 85, 80 and 75. RGB value is (133,128,117). Sum of RGB (Red+Green+Blue) = 133+128+117=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 133 - color contains mainly: red. Hex color #858075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858075 is #7A7F8A. Grayscale: #808080. Windows color (decimal): -8028043 or 7700613. OLE color: 7700613.
HSL color Cylindrical-coordinate representation of color #858075: hue angle of 41.25º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858075 is Cyan = 0, Magento = 0.04, Yellow = 0.12 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 128 | 117 | - |
| CMYK | 0 | 0.04 | 0.12 | 0.48 |
| HSL | 41.25º | 0.06% | 0.49% | - |
| HSV(B) | 41.25º | 0.12% | 0.52% | - |
| XYZ | 20.6 | 21.71 | 19.93 | - |
| YUV | 128.24 | 121.66 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 128 | 117 | 0 | 0.04 | 0.12 | 0.48 | 41.25 | 0.06 | 0.49 |
| Hex | 85 | 80 | 75 | 0 | 4 | C | 30 | 29 | 6 | 31 |
| Octal | 205 | 200 | 165 | 0 | 4 | 14 | 60 | 51 | 6 | 61 |
| Binary | 10000101 | 10000000 | 1110101 | 0 | 100 | 1100 | 110000 | 101001 | 110 | 110001 |
Color Harmonies of #858075
Complementary color
Monochromatic Colors of #858075
Black with #858075
Text Example
Text Example
White with #858075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858075; }
p { color: rgb(133,128,117); }
H1.HeaderClassName
{
color: #858075;
}
.AnyTagClassName
{
color: #858075;
}
</style>
background-color css
<style>
a { background-color: #858075; }
a { background-color: rgb(133,128,117); }
div.DivClassName
{
background-color: #858075;
}
.BgClassName
{
background-color: #858075;
}
</style>
border-color css
<style>
span { border-color: #858075; }
span { border-color: rgb(133,128,117); }
td.TdClassName
{
border-color: #858075;
}
.TagClassName
{
border-color: #858075;
}
</style>