Html Css Color HEX #868771 Schist

📋 copy color: '#868771'

red 134 ◦ green 135 ◦ blue 113

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

Shades of Schist #868771

Tints of Schist #868771

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.34%

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 35.08%
G = 35.34%
B = 29.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#868771 (or 0x868771) is known color: Schist. HEX triplet: 86, 87 and 71. RGB value is (134,135,113). Sum of RGB (Red+Green+Blue) = 134+135+113=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #868771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868771 is #79788E. Grayscale: #848484. Windows color (decimal): -7960719 or 7440262. OLE color: 7440262.

HSL color Cylindrical-coordinate representation of color #868771: hue angle of 62.73º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #868771 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 135 113 -
CMYK 0.01 0 0.16 0.47
HSL 62.73º 0.09% 0.49% -
HSV(B) 62.73º 0.16% 0.53% -
XYZ 21.48 23.59 19.04 -
YUV 132.19 117.17 129.29 -
System Red Green Blue C M Y K H S L
Decimal 134 135 113 0.01 0 0.16 0.47 62.73 0.09 0.49
Hex 86 87 71 1 0 10 2F 3F 9 31
Octal 206 207 161 1 0 20 57 77 11 61
Binary 10000110 10000111 1110001 1 0 10000 101111 111111 1001 110001

Color Harmonies of #868771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868771

Black with #868771

Text Example


Text Example

White with #868771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868771; }

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

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

background-color css

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

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

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

border-color css

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

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

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