Shades of Big Stone #37474C
Tints of Big Stone #37474C
RGB
CMYK
RGB Variations
Color information
#37474C (or 0x37474C) is known color: Big Stone. HEX triplet: 37, 47 and 4C. RGB value is (55,71,76). Sum of RGB (Red+Green+Blue) = 55+71+76=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #37474C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37474C is #C8B8B3. Grayscale: #424242. Windows color (decimal): -13154484 or 4998967. OLE color: 4998967.
HSL color Cylindrical-coordinate representation of color #37474C: hue angle of 194.29º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #37474C is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 55 | 71 | 76 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.70 |
| HSL | 194.29º | 0.16% | 0.26% | - |
| HSV(B) | 194.29º | 0.28% | 0.3% | - |
| XYZ | 5.13 | 5.84 | 7.69 | - |
| YUV | 66.79 | 133.2 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 71 | 76 | 0.28 | 0.07 | 0 | 0.70 | 194.29 | 0.16 | 0.26 |
| Hex | 37 | 47 | 4C | 1C | 7 | 0 | 46 | C2 | 10 | 1A |
| Octal | 67 | 107 | 114 | 34 | 7 | 0 | 106 | 302 | 20 | 32 |
| Binary | 110111 | 1000111 | 1001100 | 11100 | 111 | 0 | 1000110 | 11000010 | 10000 | 11010 |
Color Harmonies of #37474C
Complementary color
Monochromatic Colors of #37474C
Black with #37474C
Text Example
Text Example
White with #37474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37474C; }
p { color: rgb(55,71,76); }
H1.HeaderClassName
{
color: #37474C;
}
.AnyTagClassName
{
color: #37474C;
}
</style>
background-color css
<style>
a { background-color: #37474C; }
a { background-color: rgb(55,71,76); }
div.DivClassName
{
background-color: #37474C;
}
.BgClassName
{
background-color: #37474C;
}
</style>
border-color css
<style>
span { border-color: #37474C; }
span { border-color: rgb(55,71,76); }
td.TdClassName
{
border-color: #37474C;
}
.TagClassName
{
border-color: #37474C;
}
</style>