Shades of Judge Grey #62574A
Tints of Judge Grey #62574A
RGB
CMYK
RGB Variations
Color information
#62574A (or 0x62574A) is known color: Judge Grey. HEX triplet: 62, 57 and 4A. RGB value is (98,87,74). Sum of RGB (Red+Green+Blue) = 98+87+74=259 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.84% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 74 (29.30% from 255 or 28.57% from 259); Max value from RGB is 98 - color contains mainly: red. Hex color #62574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62574A is #9DA8B5. Grayscale: #585858. Windows color (decimal): -10332342 or 4872034. OLE color: 4872034.
HSL color Cylindrical-coordinate representation of color #62574A: hue angle of 32.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62574A is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 74 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.62 |
| HSL | 32.5º | 0.14% | 0.34% | - |
| HSV(B) | 32.5º | 0.24% | 0.38% | - |
| XYZ | 9.68 | 9.91 | 7.88 | - |
| YUV | 88.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 74 | 0 | 0.11 | 0.24 | 0.62 | 32.5 | 0.14 | 0.34 |
| Hex | 62 | 57 | 4A | 0 | B | 18 | 3E | 20 | E | 22 |
| Octal | 142 | 127 | 112 | 0 | 13 | 30 | 76 | 40 | 16 | 42 |
| Binary | 1100010 | 1010111 | 1001010 | 0 | 1011 | 11000 | 111110 | 100000 | 1110 | 100010 |
Color Harmonies of #62574A
Complementary color
Monochromatic Colors of #62574A
Black with #62574A
Text Example
Text Example
White with #62574A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62574A; }
p { color: rgb(98,87,74); }
H1.HeaderClassName
{
color: #62574A;
}
.AnyTagClassName
{
color: #62574A;
}
</style>
background-color css
<style>
a { background-color: #62574A; }
a { background-color: rgb(98,87,74); }
div.DivClassName
{
background-color: #62574A;
}
.BgClassName
{
background-color: #62574A;
}
</style>
border-color css
<style>
span { border-color: #62574A; }
span { border-color: rgb(98,87,74); }
td.TdClassName
{
border-color: #62574A;
}
.TagClassName
{
border-color: #62574A;
}
</style>