Shades of Judge Grey #62574C
Tints of Judge Grey #62574C
RGB
CMYK
RGB Variations
Color information
#62574C (or 0x62574C) is known color: Judge Grey. HEX triplet: 62, 57 and 4C. RGB value is (98,87,76). Sum of RGB (Red+Green+Blue) = 98+87+76=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 87 (34.38% from 255 or 33.33% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 98 - color contains mainly: red. Hex color #62574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62574C is #9DA8B3. Grayscale: #595959. Windows color (decimal): -10332340 or 5003106. OLE color: 5003106.
HSL color Cylindrical-coordinate representation of color #62574C: hue angle of 30º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62574C is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 87 | 76 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.62 |
| HSL | 30º | 0.13% | 0.34% | - |
| HSV(B) | 30º | 0.22% | 0.38% | - |
| XYZ | 9.75 | 9.93 | 8.24 | - |
| YUV | 89.04 | 120.64 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 87 | 76 | 0 | 0.11 | 0.22 | 0.62 | 30 | 0.13 | 0.34 |
| Hex | 62 | 57 | 4C | 0 | B | 16 | 3E | 1E | D | 22 |
| Octal | 142 | 127 | 114 | 0 | 13 | 26 | 76 | 36 | 15 | 42 |
| Binary | 1100010 | 1010111 | 1001100 | 0 | 1011 | 10110 | 111110 | 11110 | 1101 | 100010 |
Color Harmonies of #62574C
Complementary color
Monochromatic Colors of #62574C
Black with #62574C
Text Example
Text Example
White with #62574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62574C; }
p { color: rgb(98,87,76); }
H1.HeaderClassName
{
color: #62574C;
}
.AnyTagClassName
{
color: #62574C;
}
</style>
background-color css
<style>
a { background-color: #62574C; }
a { background-color: rgb(98,87,76); }
div.DivClassName
{
background-color: #62574C;
}
.BgClassName
{
background-color: #62574C;
}
</style>
border-color css
<style>
span { border-color: #62574C; }
span { border-color: rgb(98,87,76); }
td.TdClassName
{
border-color: #62574C;
}
.TagClassName
{
border-color: #62574C;
}
</style>