Html Css Color HEX #868779 Schist

📋 copy color: '#868779'

red 134 ◦ green 135 ◦ blue 121

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

Shades of Schist #868779

Tints of Schist #868779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 34.36%
G = 34.62%
B = 31.03%

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

#868779 (or 0x868779) is known color: Schist. HEX triplet: 86, 87 and 79. RGB value is (134,135,121). Sum of RGB (Red+Green+Blue) = 134+135+121=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 135 - color contains mainly: green. Hex color #868779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868779 is #797886. Grayscale: #858585. Windows color (decimal): -7960711 or 7964550. OLE color: 7964550.

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

Color convert

RGB 134 135 121 -
CMYK 0.01 0 0.10 0.47
HSL 64.29º 0.06% 0.5% -
HSV(B) 64.29º 0.1% 0.53% -
XYZ 21.95 23.78 21.52 -
YUV 133.11 121.17 128.64 -
System Red Green Blue C M Y K H S L
Decimal 134 135 121 0.01 0 0.10 0.47 64.29 0.06 0.5
Hex 86 87 79 1 0 A 2F 40 6 32
Octal 206 207 171 1 0 12 57 100 6 62
Binary 10000110 10000111 1111001 1 0 1010 101111 1000000 110 110010

Color Harmonies of #868779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868779

Black with #868779

Text Example


Text Example

White with #868779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868779; }

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

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

background-color css

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

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

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

border-color css

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

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

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