Html Css Color HEX #998D7E Heathered Grey

📋 copy color: '#998D7E'

red 153 ◦ green 141 ◦ blue 126

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

Shades of Heathered Grey #998D7E

Tints of Heathered Grey #998D7E

RGB

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

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

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

R = 36.43%
G = 33.57%
B = 30%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#998D7E (or 0x998D7E) is known color: Heathered Grey. HEX triplet: 99, 8D and 7E. RGB value is (153,141,126). Sum of RGB (Red+Green+Blue) = 153+141+126=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #998D7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D7E is #667281. Grayscale: #8E8E8E. Windows color (decimal): -6713986 or 8293785. OLE color: 8293785.

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

Color convert

RGB 153 141 126 -
CMYK 0 0.08 0.18 0.4
HSL 33.33º 0.12% 0.55% -
HSV(B) 33.33º 0.18% 0.6% -
XYZ 26.43 27.33 23.62 -
YUV 142.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 153 141 126 0 0.08 0.18 0.4 33.33 0.12 0.55
Hex 99 8D 7E 0 8 12 28 21 C 37
Octal 231 215 176 0 10 22 50 41 14 67
Binary 10011001 10001101 1111110 0 1000 10010 101000 100001 1100 110111

Color Harmonies of #998D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998D7E

Black with #998D7E

Text Example


Text Example

White with #998D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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