Html Css Color HEX #988F82 Heathered Grey

📋 copy color: '#988F82'

red 152 ◦ green 143 ◦ blue 130

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

Shades of Heathered Grey #988F82

Tints of Heathered Grey #988F82

RGB

 RED value IS 152 (59.77% from 255) = 35.76%

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

 BLUE value IS 130 (51.17% from 255) = 30.59%

R = 35.76%
G = 33.65%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#988F82 (or 0x988F82) is known color: Heathered Grey. HEX triplet: 98, 8F and 82. RGB value is (152,143,130). Sum of RGB (Red+Green+Blue) = 152+143+130=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 130 (51.17% from 255 or 30.59% from 425); Max value from RGB is 152 - color contains mainly: red. Hex color #988F82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F82 is #67707D. Grayscale: #909090. Windows color (decimal): -6779006 or 8556440. OLE color: 8556440.

HSL color Cylindrical-coordinate representation of color #988F82: hue angle of 35.45º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #988F82 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 130 -
CMYK 0 0.06 0.14 0.40
HSL 35.45º 0.1% 0.55% -
HSV(B) 35.45º 0.14% 0.6% -
XYZ 26.8 27.93 25.1 -
YUV 144.21 119.98 133.56 -
System Red Green Blue C M Y K H S L
Decimal 152 143 130 0 0.06 0.14 0.40 35.45 0.1 0.55
Hex 98 8F 82 0 6 E 28 23 A 37
Octal 230 217 202 0 6 16 50 43 12 67
Binary 10011000 10001111 10000010 0 110 1110 101000 100011 1010 110111

Color Harmonies of #988F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F82

Black with #988F82

Text Example


Text Example

White with #988F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988F82; }

 p { color: rgb(152,143,130); }

 H1.HeaderClassName
 {
   color: #988F82;
 }
 .AnyTagClassName
 {
   color: #988F82;
 }
</style>

background-color css

<style>
 a { background-color: #988F82; }

 a { background-color: rgb(152,143,130); }

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

border-color css

<style>
 span { border-color: #988F82; }

 span { border-color: rgb(152,143,130); }

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