Html Css Color HEX #899F87 Pewter

📋 copy color: '#899F87'

red 137 ◦ green 159 ◦ blue 135

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

Shades of Pewter #899F87

Tints of Pewter #899F87

RGB

 RED value IS 137 (53.91% from 255) = 31.79%

 GREEN value IS 159 (62.5% from 255) = 36.89%

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 31.79%
G = 36.89%
B = 31.32%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#899F87 (or 0x899F87) is known color: Pewter. HEX triplet: 89, 9F and 87. RGB value is (137,159,135). Sum of RGB (Red+Green+Blue) = 137+159+135=431 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.79% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #899F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F87 is #766078. Grayscale: #959595. Windows color (decimal): -7757945 or 8888201. OLE color: 8888201.

HSL color Cylindrical-coordinate representation of color #899F87: hue angle of 115º 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 #899F87 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 159 135 -
CMYK 0.14 0 0.15 0.38
HSL 115º 0.11% 0.58% -
HSV(B) 115º 0.15% 0.62% -
XYZ 27.09 31.86 27.64 -
YUV 149.69 119.71 118.95 -
System Red Green Blue C M Y K H S L
Decimal 137 159 135 0.14 0 0.15 0.38 115 0.11 0.58
Hex 89 9F 87 E 0 F 26 73 B 3A
Octal 211 237 207 16 0 17 46 163 13 72
Binary 10001001 10011111 10000111 1110 0 1111 100110 1110011 1011 111010

Color Harmonies of #899F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899F87

Black with #899F87

Text Example


Text Example

White with #899F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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