Html Css Color HEX #8B8288 Taupe Grey

📋 copy color: '#8B8288'

red 139 ◦ green 130 ◦ blue 136

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

Shades of Taupe Grey #8B8288

Tints of Taupe Grey #8B8288

RGB

 RED value IS 139 (54.69% from 255) = 34.32%

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

 BLUE value IS 136 (53.52% from 255) = 33.58%

R = 34.32%
G = 32.1%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B8288 (or 0x8B8288) is known color: Taupe Grey. HEX triplet: 8B, 82 and 88. RGB value is (139,130,136). Sum of RGB (Red+Green+Blue) = 139+130+136=405 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.32% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 136 (53.52% from 255 or 33.58% from 405); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8288 is #747D77. Grayscale: #858585. Windows color (decimal): -7634296 or 8946315. OLE color: 8946315.

HSL color Cylindrical-coordinate representation of color #8B8288: hue angle of 320º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8B8288 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 130 136 -
CMYK 0 0.06 0.02 0.45
HSL 320º 0.04% 0.53% -
HSV(B) 320º 0.06% 0.55% -
XYZ 23.07 23.23 26.56 -
YUV 133.38 129.48 132.01 -
System Red Green Blue C M Y K H S L
Decimal 139 130 136 0 0.06 0.02 0.45 320 0.04 0.53
Hex 8B 82 88 0 6 2 2D 140 4 35
Octal 213 202 210 0 6 2 55 500 4 65
Binary 10001011 10000010 10001000 0 110 10 101101 101000000 100 110101

Color Harmonies of #8B8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8288

Black with #8B8288

Text Example


Text Example

White with #8B8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B8288; }

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

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

background-color css

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

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

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

border-color css

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

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

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