Html Css Color HEX #988D7A Heathered Grey

📋 copy color: '#988D7A'

red 152 ◦ green 141 ◦ blue 122

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

Shades of Heathered Grey #988D7A

Tints of Heathered Grey #988D7A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.98%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 36.63%
G = 33.98%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#988D7A (or 0x988D7A) is known color: Heathered Grey. HEX triplet: 98, 8D and 7A. RGB value is (152,141,122). Sum of RGB (Red+Green+Blue) = 152+141+122=415 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.63% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 152 - color contains mainly: red. Hex color #988D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D7A is #677285. Grayscale: #8E8E8E. Windows color (decimal): -6779526 or 8031640. OLE color: 8031640.

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

Color convert

RGB 152 141 122 -
CMYK 0 0.07 0.20 0.40
HSL 38º 0.13% 0.54% -
HSV(B) 38º 0.2% 0.6% -
XYZ 25.99 27.13 22.28 -
YUV 142.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 152 141 122 0 0.07 0.20 0.40 38 0.13 0.54
Hex 98 8D 7A 0 7 14 28 26 D 36
Octal 230 215 172 0 7 24 50 46 15 66
Binary 10011000 10001101 1111010 0 111 10100 101000 100110 1101 110110

Color Harmonies of #988D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988D7A

Black with #988D7A

Text Example


Text Example

White with #988D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,141,122); }

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

background-color css

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

 a { background-color: rgb(152,141,122); }

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

border-color css

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

 span { border-color: rgb(152,141,122); }

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