Html Css Color HEX #868676 Schist

📋 copy color: '#868676'

red 134 ◦ green 134 ◦ blue 118

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

Shades of Schist #868676

Tints of Schist #868676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 118 (46.48% from 255) = 30.57%

R = 34.72%
G = 34.72%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#868676 (or 0x868676) is known color: Schist. HEX triplet: 86, 86 and 76. RGB value is (134,134,118). Sum of RGB (Red+Green+Blue) = 134+134+118=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 134 - color contains mainly: red, green. Hex color #868676 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868676 is #797989. Grayscale: #848484. Windows color (decimal): -7960970 or 7767686. OLE color: 7767686.

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

Color convert

RGB 134 134 118 -
CMYK 0 0 0.12 0.47
HSL 60º 0.06% 0.49% -
HSV(B) 60º 0.12% 0.53% -
XYZ 21.63 23.43 20.52 -
YUV 132.18 120 129.3 -
System Red Green Blue C M Y K H S L
Decimal 134 134 118 0 0 0.12 0.47 60 0.06 0.49
Hex 86 86 76 0 0 C 2F 3C 6 31
Octal 206 206 166 0 0 14 57 74 6 61
Binary 10000110 10000110 1110110 0 0 1100 101111 111100 110 110001

Color Harmonies of #868676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868676

Black with #868676

Text Example


Text Example

White with #868676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868676; }

 p { color: rgb(134,134,118); }

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

background-color css

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

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

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

border-color css

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

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

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