Html Css Color HEX #988F7F Heathered Grey

📋 copy color: '#988F7F'

red 152 ◦ green 143 ◦ blue 127

#988F7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heathered Grey #988F7F

Tints of Heathered Grey #988F7F

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 value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988F7F (or 0x988F7F) is known color: 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

RGB 152 143 127 -
CMYK 0 0.06 0.16 0.40
HSL 38.4º 0.11% 0.55% -
HSV(B) 38.4º 0.16% 0.6% -
XYZ 26.6 27.85 24.05 -
YUV 143.87 118.48 133.8 -
System Red Green Blue C M Y K H S L
Decimal 152 143 127 0 0.06 0.16 0.40 38.4 0.11 0.55
Hex 98 8F 7F 0 6 10 28 26 B 37
Octal 230 217 177 0 6 20 50 46 13 67
Binary 10011000 10001111 1111111 0 110 10000 101000 100110 1011 110111

Color Harmonies of #988F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F7F

Black with #988F7F

Text Example


Text Example

White with #988F7F

Text Example


Text Example

HTML Codes & Css Web 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>