Shades of Schist #838374
Tints of Schist #838374
RGB
CMYK
RGB Variations
Color information
#838374 (or 0x838374) is known color: Schist. HEX triplet: 83, 83 and 74. RGB value is (131,131,116). Sum of RGB (Red+Green+Blue) = 131+131+116=378 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.66% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 131 - color contains mainly: red, green. Hex color #838374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838374 is #7C7C8B. Grayscale: #818181. Windows color (decimal): -8158348 or 7635843. OLE color: 7635843.
HSL color Cylindrical-coordinate representation of color #838374: hue angle of 60º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #838374 is Cyan = 0, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 131 | 116 | - |
| CMYK | 0 | 0 | 0.11 | 0.49 |
| HSL | 60º | 0.06% | 0.48% | - |
| HSV(B) | 60º | 0.11% | 0.51% | - |
| XYZ | 20.63 | 22.32 | 19.74 | - |
| YUV | 129.29 | 120.5 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 131 | 116 | 0 | 0 | 0.11 | 0.49 | 60 | 0.06 | 0.48 |
| Hex | 83 | 83 | 74 | 0 | 0 | B | 31 | 3C | 6 | 30 |
| Octal | 203 | 203 | 164 | 0 | 0 | 13 | 61 | 74 | 6 | 60 |
| Binary | 10000011 | 10000011 | 1110100 | 0 | 0 | 1011 | 110001 | 111100 | 110 | 110000 |
Color Harmonies of #838374
Complementary color
Monochromatic Colors of #838374
Black with #838374
Text Example
Text Example
White with #838374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838374; }
p { color: rgb(131,131,116); }
H1.HeaderClassName
{
color: #838374;
}
.AnyTagClassName
{
color: #838374;
}
</style>
background-color css
<style>
a { background-color: #838374; }
a { background-color: rgb(131,131,116); }
div.DivClassName
{
background-color: #838374;
}
.BgClassName
{
background-color: #838374;
}
</style>
border-color css
<style>
span { border-color: #838374; }
span { border-color: rgb(131,131,116); }
td.TdClassName
{
border-color: #838374;
}
.TagClassName
{
border-color: #838374;
}
</style>