Html Css Color HEX #8B8088 Taupe Grey

📋 copy color: '#8B8088'

red 139 ◦ green 128 ◦ blue 136

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

Shades of Taupe Grey #8B8088

Tints of Taupe Grey #8B8088

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.76%

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

R = 34.49%
G = 31.76%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.45

RGB Variations

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

Color information

#8B8088 (or 0x8B8088) is known color: Taupe Grey. HEX triplet: 8B, 80 and 88. RGB value is (139,128,136). Sum of RGB (Red+Green+Blue) = 139+128+136=403 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.49% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B8088 is #747F77. Grayscale: #848484. Windows color (decimal): -7634808 or 8945803. OLE color: 8945803.

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

Color convert

RGB 139 128 136 -
CMYK 0 0.08 0.02 0.45
HSL 316.36º 0.05% 0.52% -
HSV(B) 316.36º 0.08% 0.55% -
XYZ 22.81 22.7 26.47 -
YUV 132.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 139 128 136 0 0.08 0.02 0.45 316.36 0.05 0.52
Hex 8B 80 88 0 8 2 2D 13C 5 34
Octal 213 200 210 0 10 2 55 474 5 64
Binary 10001011 10000000 10001000 0 1000 10 101101 100111100 101 110100

Color Harmonies of #8B8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8088

Black with #8B8088

Text Example


Text Example

White with #8B8088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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