Shades of Concord #827F7B
Tints of Concord #827F7B
RGB
CMYK
RGB Variations
Color information
#827F7B (or 0x827F7B) is known color: Concord. HEX triplet: 82, 7F and 7B. RGB value is (130,127,123). Sum of RGB (Red+Green+Blue) = 130+127+123=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 130 - color contains mainly: red. Hex color #827F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827F7B is #7D8084. Grayscale: #7F7F7F. Windows color (decimal): -8224901 or 8093570. OLE color: 8093570.
HSL color Cylindrical-coordinate representation of color #827F7B: hue angle of 34.29º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #827F7B is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 127 | 123 | - |
CMYK | 0 | 0.02 | 0.05 | 0.49 |
HSL | 34.29º | 0.03% | 0.5% | - |
HSV(B) | 34.29º | 0.05% | 0.51% | - |
XYZ | 20.37 | 21.35 | 21.79 | - |
YUV | 127.44 | 125.49 | 129.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 127 | 123 | 0 | 0.02 | 0.05 | 0.49 | 34.29 | 0.03 | 0.5 |
Hex | 82 | 7F | 7B | 0 | 2 | 5 | 31 | 22 | 3 | 32 |
Octal | 202 | 177 | 173 | 0 | 2 | 5 | 61 | 42 | 3 | 62 |
Binary | 10000010 | 1111111 | 1111011 | 0 | 10 | 101 | 110001 | 100010 | 11 | 110010 |
Color Harmonies of #827F7B
Complementary color
Monochromatic Colors of #827F7B
Black with #827F7B
Text Example
Text Example
White with #827F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827F7B; }
p { color: rgb(130,127,123); }
H1.HeaderClassName
{
color: #827F7B;
}
.AnyTagClassName
{
color: #827F7B;
}
</style>
background-color css
<style>
a { background-color: #827F7B; }
a { background-color: rgb(130,127,123); }
div.DivClassName
{
background-color: #827F7B;
}
.BgClassName
{
background-color: #827F7B;
}
</style>
border-color css
<style>
span { border-color: #827F7B; }
span { border-color: rgb(130,127,123); }
td.TdClassName
{
border-color: #827F7B;
}
.TagClassName
{
border-color: #827F7B;
}
</style>