Html Css Color HEX #998D7C Heathered Grey

📋 copy color: '#998D7C'

red 153 ◦ green 141 ◦ blue 124

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

Shades of Heathered Grey #998D7C

Tints of Heathered Grey #998D7C

RGB

 RED value IS 153 (60.16% from 255) = 36.6%

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

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

R = 36.6%
G = 33.73%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#998D7C (or 0x998D7C) is known color: Heathered Grey. HEX triplet: 99, 8D and 7C. RGB value is (153,141,124). Sum of RGB (Red+Green+Blue) = 153+141+124=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 141 (55.47% from 255 or 33.73% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998D7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D7C is #667283. Grayscale: #8E8E8E. Windows color (decimal): -6713988 or 8162713. OLE color: 8162713.

HSL color Cylindrical-coordinate representation of color #998D7C: hue angle of 35.17º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #998D7C is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 141 124 -
CMYK 0 0.08 0.19 0.4
HSL 35.17º 0.12% 0.54% -
HSV(B) 35.17º 0.19% 0.6% -
XYZ 26.3 27.28 22.95 -
YUV 142.65 117.48 135.38 -
System Red Green Blue C M Y K H S L
Decimal 153 141 124 0 0.08 0.19 0.4 35.17 0.12 0.54
Hex 99 8D 7C 0 8 13 28 23 C 36
Octal 231 215 174 0 10 23 50 43 14 66
Binary 10011001 10001101 1111100 0 1000 10011 101000 100011 1100 110110

Color Harmonies of #998D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D7C

Black with #998D7C

Text Example


Text Example

White with #998D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998D7C; }

 p { color: rgb(153,141,124); }

 H1.HeaderClassName
 {
   color: #998D7C;
 }
 .AnyTagClassName
 {
   color: #998D7C;
 }
</style>

background-color css

<style>
 a { background-color: #998D7C; }

 a { background-color: rgb(153,141,124); }

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

border-color css

<style>
 span { border-color: #998D7C; }

 span { border-color: rgb(153,141,124); }

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