Html Css Color HEX #988C7E Heathered Grey

📋 copy color: '#988C7E'

red 152 ◦ green 140 ◦ blue 126

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

Shades of Heathered Grey #988C7E

Tints of Heathered Grey #988C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 36.36%
G = 33.49%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#988C7E (or 0x988C7E) is known color: Heathered Grey. HEX triplet: 98, 8C and 7E. RGB value is (152,140,126). Sum of RGB (Red+Green+Blue) = 152+140+126=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C7E is #677381. Grayscale: #8E8E8E. Windows color (decimal): -6779778 or 8293528. OLE color: 8293528.

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

Color convert

RGB 152 140 126 -
CMYK 0 0.08 0.17 0.40
HSL 32.31º 0.11% 0.55% -
HSV(B) 32.31º 0.17% 0.6% -
XYZ 26.09 26.94 23.56 -
YUV 141.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 152 140 126 0 0.08 0.17 0.40 32.31 0.11 0.55
Hex 98 8C 7E 0 8 11 28 20 B 37
Octal 230 214 176 0 10 21 50 40 13 67
Binary 10011000 10001100 1111110 0 1000 10001 101000 100000 1011 110111

Color Harmonies of #988C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C7E

Black with #988C7E

Text Example


Text Example

White with #988C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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