Html Css Color HEX #988796 Taupe Grey

📋 copy color: '#988796'

red 152 ◦ green 135 ◦ blue 150

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

Shades of Taupe Grey #988796

Tints of Taupe Grey #988796

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.89%

 BLUE value IS 150 (58.98% from 255) = 34.32%

R = 34.78%
G = 30.89%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988796 (or 0x988796) is known color: Taupe Grey. HEX triplet: 98, 87 and 96. RGB value is (152,135,150). Sum of RGB (Red+Green+Blue) = 152+135+150=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 152 - color contains mainly: red. Hex color #988796 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988796 is #677869. Grayscale: #8D8D8D. Windows color (decimal): -6781034 or 9865112. OLE color: 9865112.

HSL color Cylindrical-coordinate representation of color #988796: hue angle of 307.06º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #988796 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 150 -
CMYK 0 0.11 0.01 0.40
HSL 307.06º 0.08% 0.56% -
HSV(B) 307.06º 0.11% 0.6% -
XYZ 27.12 26.21 32.48 -
YUV 141.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 152 135 150 0 0.11 0.01 0.40 307.06 0.08 0.56
Hex 98 87 96 0 B 1 28 133 8 38
Octal 230 207 226 0 13 1 50 463 10 70
Binary 10011000 10000111 10010110 0 1011 1 101000 100110011 1000 111000

Color Harmonies of #988796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988796

Black with #988796

Text Example


Text Example

White with #988796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988796; }

 p { color: rgb(152,135,150); }

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

background-color css

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

 a { background-color: rgb(152,135,150); }

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

border-color css

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

 span { border-color: rgb(152,135,150); }

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