Html Css Color HEX #91828B Taupe Grey

📋 copy color: '#91828B'

red 145 ◦ green 130 ◦ blue 139

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

Shades of Taupe Grey #91828B

Tints of Taupe Grey #91828B

RGB

 RED value IS 145 (57.03% from 255) = 35.02%

 GREEN value IS 130 (51.17% from 255) = 31.4%

 BLUE value IS 139 (54.69% from 255) = 33.57%

R = 35.02%
G = 31.4%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.43

RGB Variations

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

Color information

#91828B (or 0x91828B) is known color: Taupe Grey. HEX triplet: 91, 82 and 8B. RGB value is (145,130,139). Sum of RGB (Red+Green+Blue) = 145+130+139=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #91828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91828B is #6E7D74. Grayscale: #878787. Windows color (decimal): -7241077 or 9142929. OLE color: 9142929.

HSL color Cylindrical-coordinate representation of color #91828B: hue angle of 324º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #91828B is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 130 139 -
CMYK 0 0.10 0.04 0.43
HSL 324º 0.06% 0.54% -
HSV(B) 324º 0.1% 0.57% -
XYZ 24.32 23.85 27.75 -
YUV 135.51 129.97 134.77 -
System Red Green Blue C M Y K H S L
Decimal 145 130 139 0 0.10 0.04 0.43 324 0.06 0.54
Hex 91 82 8B 0 A 4 2B 144 6 36
Octal 221 202 213 0 12 4 53 504 6 66
Binary 10010001 10000010 10001011 0 1010 100 101011 101000100 110 110110

Color Harmonies of #91828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91828B

Black with #91828B

Text Example


Text Example

White with #91828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91828B; }

 p { color: rgb(145,130,139); }

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

background-color css

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

 a { background-color: rgb(145,130,139); }

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

border-color css

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

 span { border-color: rgb(145,130,139); }

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