#91878F

Color #91878F Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #91878F

Tints of Taupe Grey #91878F

Color information

#91878F (or 0x91878F) is unknown color: approx Taupe Grey. HEX triplet: 91, 87 and 8F. RGB value is (145,135,143). Sum of RGB (Red+Green+Blue) = 145+135+143=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 145 - color contains mainly: red. Hex color #91878F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91878F is #6E7870. Grayscale: #8A8A8A. Windows color (decimal): -7239793 or 9406353. OLE color: 9406353.

HSL color Cylindrical-coordinate representation of color #91878F: hue angle of 312º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #91878F is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB145135143-
CMYK00.070.010.43
HSL312º4.35%54.9%-
HSV(B)312º6.9%56.86%-
XYZ25.325.3329.54-
YUV138.9130.31132.35-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=34.28%
G=31.91%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513514300.070.010.433124.3554.9
Hex91878F0712B138437
Octal22120721707153470467
Binary10010001100001111000111101111101011100111000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91878F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91878F; }

 p { color: rgb(145,135,143); }

 H1.HeaderClassName
 {
   color: #91878F;
 }
 .AnyTagClassName
 {
   color: #91878F;
 }
</style>
background-color css

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

 a { background-color: rgb(145,135,143); }

 div.DivClassName
 {
   background-color: #91878F;
 }
 .BgClassName
 {
   background-color: #91878F;
 }
</style>
border-color css

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

 span { border-color: rgb(145,135,143); }

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