Html Css Color HEX #888C87 Stack

📋 copy color: '#888C87'

red 136 ◦ green 140 ◦ blue 135

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

Shades of Stack #888C87

Tints of Stack #888C87

RGB

 RED value IS 136 (53.52% from 255) = 33.09%

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 135 (53.13% from 255) = 32.85%

R = 33.09%
G = 34.06%
B = 32.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#888C87 (or 0x888C87) is known color: Stack. HEX triplet: 88, 8C and 87. RGB value is (136,140,135). Sum of RGB (Red+Green+Blue) = 136+140+135=411 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.09% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 140 - color contains mainly: green. Hex color #888C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888C87 is #777378. Grayscale: #8A8A8A. Windows color (decimal): -7828345 or 8883336. OLE color: 8883336.

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

Color convert

RGB 136 140 135 -
CMYK 0.03 0 0.04 0.45
HSL 108º 0.02% 0.54% -
HSV(B) 108º 0.04% 0.55% -
XYZ 23.9 25.74 26.63 -
YUV 138.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 136 140 135 0.03 0 0.04 0.45 108 0.02 0.54
Hex 88 8C 87 3 0 4 2D 6C 2 36
Octal 210 214 207 3 0 4 55 154 2 66
Binary 10001000 10001100 10000111 11 0 100 101101 1101100 10 110110

Color Harmonies of #888C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888C87

Black with #888C87

Text Example


Text Example

White with #888C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888C87; }

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

 H1.HeaderClassName
 {
   color: #888C87;
 }
 .AnyTagClassName
 {
   color: #888C87;
 }
</style>

background-color css

<style>
 a { background-color: #888C87; }

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

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

border-color css

<style>
 span { border-color: #888C87; }

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

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