Html Css Color HEX #998C7C Heathered Grey

📋 copy color: '#998C7C'

red 153 ◦ green 140 ◦ blue 124

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

Shades of Heathered Grey #998C7C

Tints of Heathered Grey #998C7C

RGB

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

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

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

R = 36.69%
G = 33.57%
B = 29.74%

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

#998C7C (or 0x998C7C) is known color: Heathered Grey. HEX triplet: 99, 8C and 7C. RGB value is (153,140,124). Sum of RGB (Red+Green+Blue) = 153+140+124=417 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.69% from 417); Green value is 140 (55.08% from 255 or 33.57% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 153 - color contains mainly: red. Hex color #998C7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C7C is #667383. Grayscale: #8E8E8E. Windows color (decimal): -6714244 or 8162457. OLE color: 8162457.

HSL color Cylindrical-coordinate representation of color #998C7C: hue angle of 33.1º 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 #998C7C is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 124 -
CMYK 0 0.08 0.19 0.4
HSL 33.1º 0.12% 0.54% -
HSV(B) 33.1º 0.19% 0.6% -
XYZ 26.15 26.98 22.9 -
YUV 142.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 153 140 124 0 0.08 0.19 0.4 33.1 0.12 0.54
Hex 99 8C 7C 0 8 13 28 21 C 36
Octal 231 214 174 0 10 23 50 41 14 66
Binary 10011001 10001100 1111100 0 1000 10011 101000 100001 1100 110110

Color Harmonies of #998C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C7C

Black with #998C7C

Text Example


Text Example

White with #998C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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