Html Css Color HEX #988F81 Heathered Grey

📋 copy color: '#988F81'

red 152 ◦ green 143 ◦ blue 129

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

Shades of Heathered Grey #988F81

Tints of Heathered Grey #988F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.42%

R = 35.85%
G = 33.73%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.15

 K value IS 0.40

RGB Variations

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

Color information

#988F81 (or 0x988F81) is known color: Heathered Grey. HEX triplet: 98, 8F and 81. RGB value is (152,143,129). Sum of RGB (Red+Green+Blue) = 152+143+129=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 129 (50.78% from 255 or 30.42% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #988F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F81 is #67707E. Grayscale: #909090. Windows color (decimal): -6779007 or 8490904. OLE color: 8490904.

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

Color convert

RGB 152 143 129 -
CMYK 0 0.06 0.15 0.40
HSL 36.52º 0.1% 0.55% -
HSV(B) 36.52º 0.15% 0.6% -
XYZ 26.73 27.91 24.75 -
YUV 144.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 152 143 129 0 0.06 0.15 0.40 36.52 0.1 0.55
Hex 98 8F 81 0 6 F 28 25 A 37
Octal 230 217 201 0 6 17 50 45 12 67
Binary 10011000 10001111 10000001 0 110 1111 101000 100101 1010 110111

Color Harmonies of #988F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F81

Black with #988F81

Text Example


Text Example

White with #988F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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