Html Css Color HEX #8C8088 Taupe Grey

📋 copy color: '#8C8088'

red 140 ◦ green 128 ◦ blue 136

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

Shades of Taupe Grey #8C8088

Tints of Taupe Grey #8C8088

RGB

 RED value IS 140 (55.08% from 255) = 34.65%

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

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

R = 34.65%
G = 31.68%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.45

RGB Variations

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

Color information

#8C8088 (or 0x8C8088) is known color: Taupe Grey. HEX triplet: 8C, 80 and 88. RGB value is (140,128,136). Sum of RGB (Red+Green+Blue) = 140+128+136=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8088 is #737F77. Grayscale: #848484. Windows color (decimal): -7569272 or 8945804. OLE color: 8945804.

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

Color convert

RGB 140 128 136 -
CMYK 0 0.09 0.03 0.45
HSL 320º 0.05% 0.53% -
HSV(B) 320º 0.09% 0.55% -
XYZ 22.98 22.79 26.48 -
YUV 132.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 140 128 136 0 0.09 0.03 0.45 320 0.05 0.53
Hex 8C 80 88 0 9 3 2D 140 5 35
Octal 214 200 210 0 11 3 55 500 5 65
Binary 10001100 10000000 10001000 0 1001 11 101101 101000000 101 110101

Color Harmonies of #8C8088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8088

Black with #8C8088

Text Example


Text Example

White with #8C8088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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