Html Css Color HEX #988F83 Heathered Grey

📋 copy color: '#988F83'

red 152 ◦ green 143 ◦ blue 131

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

Shades of Heathered Grey #988F83

Tints of Heathered Grey #988F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.75%

R = 35.68%
G = 33.57%
B = 30.75%

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

#988F83 (or 0x988F83) is known color: Heathered Grey. HEX triplet: 98, 8F and 83. RGB value is (152,143,131). Sum of RGB (Red+Green+Blue) = 152+143+131=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 143 (56.25% from 255 or 33.57% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #988F83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988F83 is #67707C. Grayscale: #909090. Windows color (decimal): -6779005 or 8621976. OLE color: 8621976.

HSL color Cylindrical-coordinate representation of color #988F83: hue angle of 34.29º degrees, saturation: 0.09, 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 #988F83 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 143 131 -
CMYK 0 0.06 0.14 0.40
HSL 34.29º 0.09% 0.55% -
HSV(B) 34.29º 0.14% 0.6% -
XYZ 26.87 27.96 25.45 -
YUV 144.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 152 143 131 0 0.06 0.14 0.40 34.29 0.09 0.55
Hex 98 8F 83 0 6 E 28 22 9 37
Octal 230 217 203 0 6 16 50 42 11 67
Binary 10011000 10001111 10000011 0 110 1110 101000 100010 1001 110111

Color Harmonies of #988F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988F83

Black with #988F83

Text Example


Text Example

White with #988F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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