Html Css Color HEX #998C7E Heathered Grey

📋 copy color: '#998C7E'

red 153 ◦ green 140 ◦ blue 126

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

Shades of Heathered Grey #998C7E

Tints of Heathered Grey #998C7E

RGB

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

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

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

R = 36.52%
G = 33.41%
B = 30.07%

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

#998C7E (or 0x998C7E) is known color: Heathered Grey. HEX triplet: 99, 8C and 7E. RGB value is (153,140,126). Sum of RGB (Red+Green+Blue) = 153+140+126=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998C7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C7E is #667381. Grayscale: #8E8E8E. Windows color (decimal): -6714242 or 8293529. OLE color: 8293529.

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

Color convert

RGB 153 140 126 -
CMYK 0 0.08 0.18 0.4
HSL 31.11º 0.12% 0.55% -
HSV(B) 31.11º 0.18% 0.6% -
XYZ 26.28 27.03 23.57 -
YUV 142.29 118.81 135.64 -
System Red Green Blue C M Y K H S L
Decimal 153 140 126 0 0.08 0.18 0.4 31.11 0.12 0.55
Hex 99 8C 7E 0 8 12 28 1F C 37
Octal 231 214 176 0 10 22 50 37 14 67
Binary 10011001 10001100 1111110 0 1000 10010 101000 11111 1100 110111

Color Harmonies of #998C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C7E

Black with #998C7E

Text Example


Text Example

White with #998C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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