Html Css Color HEX #988C7F Heathered Grey

📋 copy color: '#988C7F'

red 152 ◦ green 140 ◦ blue 127

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

Shades of Heathered Grey #988C7F

Tints of Heathered Grey #988C7F

RGB

 RED value IS 152 (59.77% from 255) = 36.28%

 GREEN value IS 140 (55.08% from 255) = 33.41%

 BLUE value IS 127 (50% from 255) = 30.31%

R = 36.28%
G = 33.41%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#988C7F (or 0x988C7F) is known color: Heathered Grey. HEX triplet: 98, 8C and 7F. RGB value is (152,140,127). Sum of RGB (Red+Green+Blue) = 152+140+127=419 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.28% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 152 - color contains mainly: red. Hex color #988C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C7F is #677380. Grayscale: #8E8E8E. Windows color (decimal): -6779777 or 8359064. OLE color: 8359064.

HSL color Cylindrical-coordinate representation of color #988C7F: hue angle of 31.2º 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 #988C7F is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 140 127 -
CMYK 0 0.08 0.16 0.40
HSL 31.2º 0.11% 0.55% -
HSV(B) 31.2º 0.16% 0.6% -
XYZ 26.16 26.96 23.9 -
YUV 142.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 152 140 127 0 0.08 0.16 0.40 31.2 0.11 0.55
Hex 98 8C 7F 0 8 10 28 1F B 37
Octal 230 214 177 0 10 20 50 37 13 67
Binary 10011000 10001100 1111111 0 1000 10000 101000 11111 1011 110111

Color Harmonies of #988C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C7F

Black with #988C7F

Text Example


Text Example

White with #988C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #988C7F;
 }
 .AnyTagClassName
 {
   color: #988C7F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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