Html Css Color HEX #908C8E Taupe Grey

📋 copy color: '#908C8E'

red 144 ◦ green 140 ◦ blue 142

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

Shades of Taupe Grey #908C8E

Tints of Taupe Grey #908C8E

RGB

 RED value IS 144 (56.64% from 255) = 33.8%

 GREEN value IS 140 (55.08% from 255) = 32.86%

 BLUE value IS 142 (55.86% from 255) = 33.33%

R = 33.8%
G = 32.86%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#908C8E (or 0x908C8E) is known color: Taupe Grey. HEX triplet: 90, 8C and 8E. RGB value is (144,140,142). Sum of RGB (Red+Green+Blue) = 144+140+142=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 144 - color contains mainly: red. Hex color #908C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908C8E is #6F7371. Grayscale: #8D8D8D. Windows color (decimal): -7304050 or 9342096. OLE color: 9342096.

HSL color Cylindrical-coordinate representation of color #908C8E: hue angle of 330º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #908C8E is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 140 142 -
CMYK 0 0.03 0.01 0.44
HSL 330º 0.02% 0.56% -
HSV(B) 330º 0.03% 0.56% -
XYZ 25.76 26.64 29.38 -
YUV 141.42 128.33 129.84 -
System Red Green Blue C M Y K H S L
Decimal 144 140 142 0 0.03 0.01 0.44 330 0.02 0.56
Hex 90 8C 8E 0 3 1 2C 14A 2 38
Octal 220 214 216 0 3 1 54 512 2 70
Binary 10010000 10001100 10001110 0 11 1 101100 101001010 10 111000

Color Harmonies of #908C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908C8E

Black with #908C8E

Text Example


Text Example

White with #908C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908C8E; }

 p { color: rgb(144,140,142); }

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

background-color css

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

 a { background-color: rgb(144,140,142); }

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

border-color css

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

 span { border-color: rgb(144,140,142); }

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