Html Css Color HEX #988794 Taupe Grey

📋 copy color: '#988794'

red 152 ◦ green 135 ◦ blue 148

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

Shades of Taupe Grey #988794

Tints of Taupe Grey #988794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 34.94%
G = 31.03%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#988794 (or 0x988794) is known color: Taupe Grey. HEX triplet: 98, 87 and 94. RGB value is (152,135,148). Sum of RGB (Red+Green+Blue) = 152+135+148=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #988794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988794 is #67786B. Grayscale: #8D8D8D. Windows color (decimal): -6781036 or 9734040. OLE color: 9734040.

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

Color convert

RGB 152 135 148 -
CMYK 0 0.11 0.03 0.40
HSL 314.12º 0.08% 0.56% -
HSV(B) 314.12º 0.11% 0.6% -
XYZ 26.96 26.14 31.64 -
YUV 141.57 131.63 135.44 -
System Red Green Blue C M Y K H S L
Decimal 152 135 148 0 0.11 0.03 0.40 314.12 0.08 0.56
Hex 98 87 94 0 B 3 28 13A 8 38
Octal 230 207 224 0 13 3 50 472 10 70
Binary 10011000 10000111 10010100 0 1011 11 101000 100111010 1000 111000

Color Harmonies of #988794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988794

Black with #988794

Text Example


Text Example

White with #988794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988794; }

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

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

background-color css

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

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

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

border-color css

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

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

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