Html Css Color HEX #998E7F Heathered Grey

📋 copy color: '#998E7F'

red 153 ◦ green 142 ◦ blue 127

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

Shades of Heathered Grey #998E7F

Tints of Heathered Grey #998E7F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.65%

 BLUE value IS 127 (50% from 255) = 30.09%

R = 36.26%
G = 33.65%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#998E7F (or 0x998E7F) is known color: Heathered Grey. HEX triplet: 99, 8E and 7F. RGB value is (153,142,127). Sum of RGB (Red+Green+Blue) = 153+142+127=422 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.26% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 127 (50% from 255 or 30.09% from 422); Max value from RGB is 153 - color contains mainly: red. Hex color #998E7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E7F is #667180. Grayscale: #8F8F8F. Windows color (decimal): -6713729 or 8359577. OLE color: 8359577.

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

Color convert

RGB 153 142 127 -
CMYK 0 0.07 0.17 0.4
HSL 34.62º 0.11% 0.55% -
HSV(B) 34.62º 0.17% 0.6% -
XYZ 26.64 27.65 24.01 -
YUV 143.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 153 142 127 0 0.07 0.17 0.4 34.62 0.11 0.55
Hex 99 8E 7F 0 7 11 28 23 B 37
Octal 231 216 177 0 7 21 50 43 13 67
Binary 10011001 10001110 1111111 0 111 10001 101000 100011 1011 110111

Color Harmonies of #998E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998E7F

Black with #998E7F

Text Example


Text Example

White with #998E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,142,127); }

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

background-color css

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

 a { background-color: rgb(153,142,127); }

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

border-color css

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

 span { border-color: rgb(153,142,127); }

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