Html Css Color HEX #878F89 Stack

📋 copy color: '#878F89'

red 135 ◦ green 143 ◦ blue 137

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

Shades of Stack #878F89

Tints of Stack #878F89

RGB

 RED value IS 135 (53.13% from 255) = 32.53%

 GREEN value IS 143 (56.25% from 255) = 34.46%

 BLUE value IS 137 (53.91% from 255) = 33.01%

R = 32.53%
G = 34.46%
B = 33.01%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.44

RGB Variations

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

Color information

#878F89 (or 0x878F89) is known color: Stack. HEX triplet: 87, 8F and 89. RGB value is (135,143,137). Sum of RGB (Red+Green+Blue) = 135+143+137=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 143 (56.25% from 255 or 34.46% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 143 - color contains mainly: green. Hex color #878F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878F89 is #787076. Grayscale: #8B8B8B. Windows color (decimal): -7893111 or 9015175. OLE color: 9015175.

HSL color Cylindrical-coordinate representation of color #878F89: hue angle of 135º degrees, saturation: 0.03, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #878F89 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 143 137 -
CMYK 0.06 0 0.04 0.44
HSL 135º 0.03% 0.55% -
HSV(B) 135º 0.06% 0.56% -
XYZ 24.33 26.6 27.52 -
YUV 139.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 135 143 137 0.06 0 0.04 0.44 135 0.03 0.55
Hex 87 8F 89 6 0 4 2C 87 3 37
Octal 207 217 211 6 0 4 54 207 3 67
Binary 10000111 10001111 10001001 110 0 100 101100 10000111 11 110111

Color Harmonies of #878F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878F89

Black with #878F89

Text Example


Text Example

White with #878F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878F89; }

 p { color: rgb(135,143,137); }

 H1.HeaderClassName
 {
   color: #878F89;
 }
 .AnyTagClassName
 {
   color: #878F89;
 }
</style>

background-color css

<style>
 a { background-color: #878F89; }

 a { background-color: rgb(135,143,137); }

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

border-color css

<style>
 span { border-color: #878F89; }

 span { border-color: rgb(135,143,137); }

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