Html Css Color HEX #879488 Stack

📋 copy color: '#879488'

red 135 ◦ green 148 ◦ blue 136

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

Shades of Stack #879488

Tints of Stack #879488

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.32%

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

R = 32.22%
G = 35.32%
B = 32.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#879488 (or 0x879488) is known color: Stack. HEX triplet: 87, 94 and 88. RGB value is (135,148,136). Sum of RGB (Red+Green+Blue) = 135+148+136=419 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.22% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 148 - color contains mainly: green. Hex color #879488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879488 is #786B77. Grayscale: #8E8E8E. Windows color (decimal): -7891832 or 8950919. OLE color: 8950919.

HSL color Cylindrical-coordinate representation of color #879488: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #879488 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 135 148 136 -
CMYK 0.09 0 0.08 0.42
HSL 124.62º 0.06% 0.55% -
HSV(B) 124.62º 0.09% 0.58% -
XYZ 25.03 28.11 27.4 -
YUV 142.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 135 148 136 0.09 0 0.08 0.42 124.62 0.06 0.55
Hex 87 94 88 9 0 8 2A 7D 6 37
Octal 207 224 210 11 0 10 52 175 6 67
Binary 10000111 10010100 10001000 1001 0 1000 101010 1111101 110 110111

Color Harmonies of #879488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879488

Black with #879488

Text Example


Text Example

White with #879488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879488; }

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

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

background-color css

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

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

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

border-color css

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

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

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