Html Css Color HEX #988C7D Heathered Grey

📋 copy color: '#988C7D'

red 152 ◦ green 140 ◦ blue 125

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

Shades of Heathered Grey #988C7D

Tints of Heathered Grey #988C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.98%

R = 36.45%
G = 33.57%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#988C7D (or 0x988C7D) is known color: Heathered Grey. HEX triplet: 98, 8C and 7D. RGB value is (152,140,125). Sum of RGB (Red+Green+Blue) = 152+140+125=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988C7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988C7D is #677382. Grayscale: #8D8D8D. Windows color (decimal): -6779779 or 8227992. OLE color: 8227992.

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

Color convert

RGB 152 140 125 -
CMYK 0 0.08 0.18 0.40
HSL 33.33º 0.12% 0.54% -
HSV(B) 33.33º 0.18% 0.6% -
XYZ 26.03 26.91 23.22 -
YUV 141.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 152 140 125 0 0.08 0.18 0.40 33.33 0.12 0.54
Hex 98 8C 7D 0 8 12 28 21 C 36
Octal 230 214 175 0 10 22 50 41 14 66
Binary 10011000 10001100 1111101 0 1000 10010 101000 100001 1100 110110

Color Harmonies of #988C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C7D

Black with #988C7D

Text Example


Text Example

White with #988C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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