Html Css Color HEX #988795 Taupe Grey

📋 copy color: '#988795'

red 152 ◦ green 135 ◦ blue 149

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

Shades of Taupe Grey #988795

Tints of Taupe Grey #988795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.17%

R = 34.86%
G = 30.96%
B = 34.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#988795 (or 0x988795) is known color: Taupe Grey. HEX triplet: 98, 87 and 95. RGB value is (152,135,149). Sum of RGB (Red+Green+Blue) = 152+135+149=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 149 (58.59% from 255 or 34.17% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #988795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988795 is #67786A. Grayscale: #8D8D8D. Windows color (decimal): -6781035 or 9799576. OLE color: 9799576.

HSL color Cylindrical-coordinate representation of color #988795: hue angle of 310.59º 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 #988795 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 135 149 -
CMYK 0 0.11 0.02 0.40
HSL 310.59º 0.08% 0.56% -
HSV(B) 310.59º 0.11% 0.6% -
XYZ 27.04 26.17 32.06 -
YUV 141.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 152 135 149 0 0.11 0.02 0.40 310.59 0.08 0.56
Hex 98 87 95 0 B 2 28 137 8 38
Octal 230 207 225 0 13 2 50 467 10 70
Binary 10011000 10000111 10010101 0 1011 10 101000 100110111 1000 111000

Color Harmonies of #988795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988795

Black with #988795

Text Example


Text Example

White with #988795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988795; }

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

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

background-color css

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

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

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

border-color css

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

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

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