Shades of Suva Grey #8A7F7D
Tints of Suva Grey #8A7F7D
RGB
CMYK
RGB Variations
Color information
#8A7F7D (or 0x8A7F7D) is known color: Suva Grey. HEX triplet: 8A, 7F and 7D. RGB value is (138,127,125). Sum of RGB (Red+Green+Blue) = 138+127+125=390 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.38% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F7D is #758082. Grayscale: #828282. Windows color (decimal): -7700611 or 8224650. OLE color: 8224650.
HSL color Cylindrical-coordinate representation of color #8A7F7D: hue angle of 9.23º degrees, saturation: 0.05, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A7F7D is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 127 | 125 | - |
| CMYK | 0 | 0.08 | 0.09 | 0.46 |
| HSL | 9.23º | 0.05% | 0.52% | - |
| HSV(B) | 9.23º | 0.09% | 0.54% | - |
| XYZ | 21.77 | 22.06 | 22.51 | - |
| YUV | 130.06 | 125.14 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 127 | 125 | 0 | 0.08 | 0.09 | 0.46 | 9.23 | 0.05 | 0.52 |
| Hex | 8A | 7F | 7D | 0 | 8 | 9 | 2E | 9 | 5 | 34 |
| Octal | 212 | 177 | 175 | 0 | 10 | 11 | 56 | 11 | 5 | 64 |
| Binary | 10001010 | 1111111 | 1111101 | 0 | 1000 | 1001 | 101110 | 1001 | 101 | 110100 |
Color Harmonies of #8A7F7D
Complementary color
Monochromatic Colors of #8A7F7D
Black with #8A7F7D
Text Example
Text Example
White with #8A7F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7F7D; }
p { color: rgb(138,127,125); }
H1.HeaderClassName
{
color: #8A7F7D;
}
.AnyTagClassName
{
color: #8A7F7D;
}
</style>
background-color css
<style>
a { background-color: #8A7F7D; }
a { background-color: rgb(138,127,125); }
div.DivClassName
{
background-color: #8A7F7D;
}
.BgClassName
{
background-color: #8A7F7D;
}
</style>
border-color css
<style>
span { border-color: #8A7F7D; }
span { border-color: rgb(138,127,125); }
td.TdClassName
{
border-color: #8A7F7D;
}
.TagClassName
{
border-color: #8A7F7D;
}
</style>