Html Css Color HEX #87A585 Pewter

📋 copy color: '#87A585'

red 135 ◦ green 165 ◦ blue 133

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

Shades of Pewter #87A585

Tints of Pewter #87A585

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

 BLUE value IS 133 (52.34% from 255) = 30.72%

R = 31.18%
G = 38.11%
B = 30.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#87A585 (or 0x87A585) is known color: Pewter. HEX triplet: 87, A5 and 85. RGB value is (135,165,133). Sum of RGB (Red+Green+Blue) = 135+165+133=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #87A585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A585 is #785A7A. Grayscale: #989898. Windows color (decimal): -7887483 or 8758663. OLE color: 8758663.

HSL color Cylindrical-coordinate representation of color #87A585: hue angle of 116.25º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #87A585 is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 135 165 133 -
CMYK 0.18 0 0.19 0.35
HSL 116.25º 0.15% 0.58% -
HSV(B) 116.25º 0.19% 0.65% -
XYZ 27.68 33.75 27.25 -
YUV 152.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 135 165 133 0.18 0 0.19 0.35 116.25 0.15 0.58
Hex 87 A5 85 12 0 13 23 74 F 3A
Octal 207 245 205 22 0 23 43 164 17 72
Binary 10000111 10100101 10000101 10010 0 10011 100011 1110100 1111 111010

Color Harmonies of #87A585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A585

Black with #87A585

Text Example


Text Example

White with #87A585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,165,133); }

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

background-color css

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

 a { background-color: rgb(135,165,133); }

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

border-color css

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

 span { border-color: rgb(135,165,133); }

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