#879F9A

Color #879F9A Cascade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cascade #879F9A

Tints of Cascade #879F9A

Color information

#879F9A (or 0x879F9A) is unknown color: approx Cascade. HEX triplet: 87, 9F and 9A. RGB value is (135,159,154). Sum of RGB (Red+Green+Blue) = 135+159+154=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 159 - color contains mainly: green. Hex color #879F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879F9A is #786065. Grayscale: #979797. Windows color (decimal): -7888998 or 10133383. OLE color: 10133383.

HSL color Cylindrical-coordinate representation of color #879F9A: hue angle of 167.5º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #879F9A is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB135159154-
CMYK0.1500.030.38
HSL167.5º11.11%57.65%-
HSV(B)167.5º15.09%62.35%-
XYZ28.2232.2835.32-
YUV151.25129.55116.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.13%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=30.13%
G=35.49%
B=34.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1351591540.1500.030.38167.511.1157.65
Hex879F9AF0326a7b3a
Octal2072372321703462471372
Binary1000011110011111100110101111011100110101001111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879F9A; }

 p { color: rgb(135,159,154); }

 H1.HeaderClassName
 {
   color: #879F9A;
 }
 .AnyTagClassName
 {
   color: #879F9A;
 }
</style>
background-color css

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

 a { background-color: rgb(135,159,154); }

 div.DivClassName
 {
   background-color: #879F9A;
 }
 .BgClassName
 {
   background-color: #879F9A;
 }
</style>
border-color css

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

 span { border-color: rgb(135,159,154); }

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