Html Css Color HEX #998F7A Heathered Grey

📋 copy color: '#998F7A'

red 153 ◦ green 143 ◦ blue 122

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

Shades of Heathered Grey #998F7A

Tints of Heathered Grey #998F7A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.21%

 BLUE value IS 122 (48.05% from 255) = 29.19%

R = 36.6%
G = 34.21%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#998F7A (or 0x998F7A) is known color: Heathered Grey. HEX triplet: 99, 8F and 7A. RGB value is (153,143,122). Sum of RGB (Red+Green+Blue) = 153+143+122=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #998F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F7A is #667085. Grayscale: #8F8F8F. Windows color (decimal): -6713478 or 8032153. OLE color: 8032153.

HSL color Cylindrical-coordinate representation of color #998F7A: hue angle of 40.65º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #998F7A is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 143 122 -
CMYK 0 0.07 0.20 0.4
HSL 40.65º 0.13% 0.54% -
HSV(B) 40.65º 0.2% 0.6% -
XYZ 26.47 27.82 22.39 -
YUV 143.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 153 143 122 0 0.07 0.20 0.4 40.65 0.13 0.54
Hex 99 8F 7A 0 7 14 28 29 D 36
Octal 231 217 172 0 7 24 50 51 15 66
Binary 10011001 10001111 1111010 0 111 10100 101000 101001 1101 110110

Color Harmonies of #998F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998F7A

Black with #998F7A

Text Example


Text Example

White with #998F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,143,122); }

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

background-color css

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

 a { background-color: rgb(153,143,122); }

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

border-color css

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

 span { border-color: rgb(153,143,122); }

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