#988F7F

Color #988F7F Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #988F7F

Tints of Heathered Grey #988F7F

Color information

#988F7F (or 0x988F7F) is unknown color: approx Heathered Grey. HEX triplet: 98, 8F and 7F. RGB value is (152,143,127). Sum of RGB (Red+Green+Blue) = 152+143+127=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #988F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F7F is #677080. Grayscale: #8F8F8F. Windows color (decimal): -6779009 or 8359832. OLE color: 8359832.

HSL color Cylindrical-coordinate representation of color #988F7F: hue angle of 38.4º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #988F7F is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB152143127-
CMYK00.060.160.40
HSL38.4º10.82%54.71%-
HSV(B)38.4º16.45%59.61%-
XYZ26.627.8524.05-
YUV143.87118.48133.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 36.02%
GREEN value IS 143 (56.25% from 255) = 33.89%
BLUE value IS 127 (50% from 255) = 30.09%
R=36.02%
G=33.89%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15214312700.060.160.4038.410.8254.71
Hex988F7F06102826b37
Octal230217177062050461367
Binary100110001000111111111110110100001010001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988F7F; }

 p { color: rgb(152,143,127); }

 H1.HeaderClassName
 {
   color: #988F7F;
 }
 .AnyTagClassName
 {
   color: #988F7F;
 }
</style>
background-color css

<style>
 a { background-color: #988F7F; }

 a { background-color: rgb(152,143,127); }

 div.DivClassName
 {
   background-color: #988F7F;
 }
 .BgClassName
 {
   background-color: #988F7F;
 }
</style>
border-color css

<style>
 span { border-color: #988F7F; }

 span { border-color: rgb(152,143,127); }

 td.TdClassName
 {
   border-color: #988F7F;
 }
 .TagClassName
 {
   border-color: #988F7F;
 }
</style>