Html Css Color HEX #8D887E Heathered Grey

📋 copy color: '#8D887E'

red 141 ◦ green 136 ◦ blue 126

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

Shades of Heathered Grey #8D887E

Tints of Heathered Grey #8D887E

RGB

 RED value IS 141 (55.47% from 255) = 34.99%

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

 BLUE value IS 126 (49.61% from 255) = 31.27%

R = 34.99%
G = 33.75%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.45

RGB Variations

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

Color information

#8D887E (or 0x8D887E) is known color: Heathered Grey. HEX triplet: 8D, 88 and 7E. RGB value is (141,136,126). Sum of RGB (Red+Green+Blue) = 141+136+126=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 141 - color contains mainly: red. Hex color #8D887E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D887E is #727781. Grayscale: #888888. Windows color (decimal): -7501698 or 8292493. OLE color: 8292493.

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

Color convert

RGB 141 136 126 -
CMYK 0 0.04 0.11 0.45
HSL 40º 0.06% 0.52% -
HSV(B) 40º 0.11% 0.55% -
XYZ 23.55 24.78 23.28 -
YUV 136.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 141 136 126 0 0.04 0.11 0.45 40 0.06 0.52
Hex 8D 88 7E 0 4 B 2D 28 6 34
Octal 215 210 176 0 4 13 55 50 6 64
Binary 10001101 10001000 1111110 0 100 1011 101101 101000 110 110100

Color Harmonies of #8D887E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D887E

Black with #8D887E

Text Example


Text Example

White with #8D887E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,136,126); }

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

background-color css

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

 a { background-color: rgb(141,136,126); }

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

border-color css

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

 span { border-color: rgb(141,136,126); }

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