Html Css Color HEX #988E7C Heathered Grey

📋 copy color: '#988E7C'

red 152 ◦ green 142 ◦ blue 124

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

Shades of Heathered Grey #988E7C

Tints of Heathered Grey #988E7C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.97%

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 36.36%
G = 33.97%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#988E7C (or 0x988E7C) is known color: Heathered Grey. HEX triplet: 98, 8E and 7C. RGB value is (152,142,124). Sum of RGB (Red+Green+Blue) = 152+142+124=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 142 (55.86% from 255 or 33.97% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988E7C is #677183. Grayscale: #8F8F8F. Windows color (decimal): -6779268 or 8162968. OLE color: 8162968.

HSL color Cylindrical-coordinate representation of color #988E7C: hue angle of 38.57º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988E7C is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 142 124 -
CMYK 0 0.07 0.18 0.40
HSL 38.57º 0.12% 0.54% -
HSV(B) 38.57º 0.18% 0.6% -
XYZ 26.26 27.48 22.99 -
YUV 142.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 152 142 124 0 0.07 0.18 0.40 38.57 0.12 0.54
Hex 98 8E 7C 0 7 12 28 27 C 36
Octal 230 216 174 0 7 22 50 47 14 66
Binary 10011000 10001110 1111100 0 111 10010 101000 100111 1100 110110

Color Harmonies of #988E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988E7C

Black with #988E7C

Text Example


Text Example

White with #988E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,142,124); }

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

background-color css

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

 a { background-color: rgb(152,142,124); }

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

border-color css

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

 span { border-color: rgb(152,142,124); }

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