Html Css Color HEX #86887A Schist

📋 copy color: '#86887A'

red 134 ◦ green 136 ◦ blue 122

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

Shades of Schist #86887A

Tints of Schist #86887A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.69%

 BLUE value IS 122 (48.05% from 255) = 31.12%

R = 34.18%
G = 34.69%
B = 31.12%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#86887A (or 0x86887A) is known color: Schist. HEX triplet: 86, 88 and 7A. RGB value is (134,136,122). Sum of RGB (Red+Green+Blue) = 134+136+122=392 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.18% from 392); Green value is 136 (53.52% from 255 or 34.69% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 136 - color contains mainly: green. Hex color #86887A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86887A is #797785. Grayscale: #858585. Windows color (decimal): -7960454 or 8030342. OLE color: 8030342.

HSL color Cylindrical-coordinate representation of color #86887A: hue angle of 68.57º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86887A is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 136 122 -
CMYK 0.01 0 0.10 0.47
HSL 68.57º 0.06% 0.51% -
HSV(B) 68.57º 0.1% 0.53% -
XYZ 22.15 24.08 21.89 -
YUV 133.81 121.34 128.14 -
System Red Green Blue C M Y K H S L
Decimal 134 136 122 0.01 0 0.10 0.47 68.57 0.06 0.51
Hex 86 88 7A 1 0 A 2F 45 6 33
Octal 206 210 172 1 0 12 57 105 6 63
Binary 10000110 10001000 1111010 1 0 1010 101111 1000101 110 110011

Color Harmonies of #86887A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86887A

Black with #86887A

Text Example


Text Example

White with #86887A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86887A; }

 p { color: rgb(134,136,122); }

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

background-color css

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

 a { background-color: rgb(134,136,122); }

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

border-color css

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

 span { border-color: rgb(134,136,122); }

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