Html Css Color HEX #8B8388 Taupe Grey

📋 copy color: '#8B8388'

red 139 ◦ green 131 ◦ blue 136

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

Shades of Taupe Grey #8B8388

Tints of Taupe Grey #8B8388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.27%

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

R = 34.24%
G = 32.27%
B = 33.5%

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

#8B8388 (or 0x8B8388) is known color: Taupe Grey. HEX triplet: 8B, 83 and 88. RGB value is (139,131,136). Sum of RGB (Red+Green+Blue) = 139+131+136=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 136 (53.52% from 255 or 33.50% from 406); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8388 is #747C77. Grayscale: #858585. Windows color (decimal): -7634040 or 8946571. OLE color: 8946571.

HSL color Cylindrical-coordinate representation of color #8B8388: hue angle of 322.5º degrees, saturation: 0.03, 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 #8B8388 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 131 136 -
CMYK 0 0.06 0.02 0.45
HSL 322.5º 0.03% 0.53% -
HSV(B) 322.5º 0.06% 0.55% -
XYZ 23.21 23.5 26.61 -
YUV 133.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 139 131 136 0 0.06 0.02 0.45 322.5 0.03 0.53
Hex 8B 83 88 0 6 2 2D 142 3 35
Octal 213 203 210 0 6 2 55 502 3 65
Binary 10001011 10000011 10001000 0 110 10 101101 101000010 11 110101

Color Harmonies of #8B8388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8388

Black with #8B8388

Text Example


Text Example

White with #8B8388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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