Shades of Suva Grey #8C8C8C
Tints of Suva Grey #8C8C8C
RGB
CMYK
RGB Variations
Color information
#8C8C8C (or 0x8C8C8C) is known color: Suva Grey. HEX triplet: 8C, 8C and 8C. RGB value is (140,140,140). Sum of RGB (Red+Green+Blue) = 140+140+140=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 140 - color contains mainly: red, green, blue. Hex color #8C8C8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8C8C is #737373. Grayscale: #8C8C8C. Windows color (decimal): -7566196 or 9211020. OLE color: 9211020.
HSL color Cylindrical-coordinate representation of color #8C8C8C: hue angle of 0º degrees, saturation: 0, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0%. Process color model (Four color, CMYK) of #8C8C8C is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 140 | 140 | - |
CMYK | 0 | 0 | 0 | 0.45 |
HSL | 0º | 0% | 0.55% | - |
HSV(B) | 0º | 0% | 0.55% | - |
XYZ | 24.93 | 26.23 | 28.56 | - |
YUV | 140 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 140 | 140 | 0 | 0 | 0 | 0.45 | 0 | 0 | 0.55 |
Hex | 8C | 8C | 8C | 0 | 0 | 0 | 2D | 0 | 0 | 37 |
Octal | 214 | 214 | 214 | 0 | 0 | 0 | 55 | 0 | 0 | 67 |
Binary | 10001100 | 10001100 | 10001100 | 0 | 0 | 0 | 101101 | 0 | 0 | 110111 |
Color Harmonies of #8C8C8C
Complementary color
Monochromatic Colors of #8C8C8C
Black with #8C8C8C
Text Example
Text Example
White with #8C8C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8C8C; }
p { color: rgb(140,140,140); }
H1.HeaderClassName
{
color: #8C8C8C;
}
.AnyTagClassName
{
color: #8C8C8C;
}
</style>
background-color css
<style>
a { background-color: #8C8C8C; }
a { background-color: rgb(140,140,140); }
div.DivClassName
{
background-color: #8C8C8C;
}
.BgClassName
{
background-color: #8C8C8C;
}
</style>
border-color css
<style>
span { border-color: #8C8C8C; }
span { border-color: rgb(140,140,140); }
td.TdClassName
{
border-color: #8C8C8C;
}
.TagClassName
{
border-color: #8C8C8C;
}
</style>