#91878D

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

Shades of Taupe Grey #91878D

Tints of Taupe Grey #91878D

Color information

#91878D (or 0x91878D) is unknown color: approx Taupe Grey. HEX triplet: 91, 87 and 8D. RGB value is (145,135,141). Sum of RGB (Red+Green+Blue) = 145+135+141=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 135 (53.12% from 255 or 32.07% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #91878D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91878D is #6E7872. Grayscale: #8A8A8A. Windows color (decimal): -7239795 or 9275281. OLE color: 9275281.

HSL color Cylindrical-coordinate representation of color #91878D: hue angle of 324º 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 #91878D is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB145135141-
CMYK00.070.030.43
HSL324º4.35%54.9%-
HSV(B)324º6.9%56.86%-
XYZ25.1525.2728.75-
YUV138.67129.31132.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 135 (53.12% from 255) = 32.07%
BLUE value IS 141 (55.47% from 255) = 33.49%
R=34.44%
G=32.07%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513514100.070.030.433244.3554.9
Hex91878D0732B144437
Octal22120721507353504467
Binary100100011000011110001101011111101011101000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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