Html Css Color HEX #869987 Pewter

📋 copy color: '#869987'

red 134 ◦ green 153 ◦ blue 135

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

Shades of Pewter #869987

Tints of Pewter #869987

RGB

 RED value IS 134 (52.73% from 255) = 31.75%

 GREEN value IS 153 (60.16% from 255) = 36.26%

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

R = 31.75%
G = 36.26%
B = 31.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#869987 (or 0x869987) is known color: Pewter. HEX triplet: 86, 99 and 87. RGB value is (134,153,135). Sum of RGB (Red+Green+Blue) = 134+153+135=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 153 (60.16% from 255 or 36.26% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 153 - color contains mainly: green. Hex color #869987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869987 is #796678. Grayscale: #919191. Windows color (decimal): -7956089 or 8886662. OLE color: 8886662.

HSL color Cylindrical-coordinate representation of color #869987: hue angle of 123.16º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869987 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 135 -
CMYK 0.12 0 0.12 0.4
HSL 123.16º 0.09% 0.56% -
HSV(B) 123.16º 0.12% 0.6% -
XYZ 25.6 29.6 27.29 -
YUV 145.27 122.21 119.96 -
System Red Green Blue C M Y K H S L
Decimal 134 153 135 0.12 0 0.12 0.4 123.16 0.09 0.56
Hex 86 99 87 C 0 C 28 7B 9 38
Octal 206 231 207 14 0 14 50 173 11 70
Binary 10000110 10011001 10000111 1100 0 1100 101000 1111011 1001 111000

Color Harmonies of #869987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869987

Black with #869987

Text Example


Text Example

White with #869987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869987; }

 p { color: rgb(134,153,135); }

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

background-color css

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

 a { background-color: rgb(134,153,135); }

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

border-color css

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

 span { border-color: rgb(134,153,135); }

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