Html Css Color HEX #87A49D Cascade

📋 copy color: '#87A49D'

red 135 ◦ green 164 ◦ blue 157

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

Shades of Cascade #87A49D

Tints of Cascade #87A49D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 35.96%

 BLUE value IS 157 (61.72% from 255) = 34.43%

R = 29.61%
G = 35.96%
B = 34.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.36

RGB Variations

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

Color information

#87A49D (or 0x87A49D) is known color: Cascade. HEX triplet: 87, A4 and 9D. RGB value is (135,164,157). Sum of RGB (Red+Green+Blue) = 135+164+157=456 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.61% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 164 - color contains mainly: green. Hex color #87A49D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A49D is #785B62. Grayscale: #9A9A9A. Windows color (decimal): -7887715 or 10331271. OLE color: 10331271.

HSL color Cylindrical-coordinate representation of color #87A49D: hue angle of 165.52º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #87A49D is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB 135 164 157 -
CMYK 0.18 0 0.04 0.36
HSL 165.52º 0.14% 0.59% -
HSV(B) 165.52º 0.18% 0.64% -
XYZ 29.35 34.14 36.94 -
YUV 154.53 129.39 114.07 -
System Red Green Blue C M Y K H S L
Decimal 135 164 157 0.18 0 0.04 0.36 165.52 0.14 0.59
Hex 87 A4 9D 12 0 4 24 A6 E 3B
Octal 207 244 235 22 0 4 44 246 16 73
Binary 10000111 10100100 10011101 10010 0 100 100100 10100110 1110 111011

Color Harmonies of #87A49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A49D

Black with #87A49D

Text Example


Text Example

White with #87A49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A49D; }

 p { color: rgb(135,164,157); }

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

background-color css

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

 a { background-color: rgb(135,164,157); }

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

border-color css

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

 span { border-color: rgb(135,164,157); }

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