Html Css Color HEX #868576 Schist

📋 copy color: '#868576'

red 134 ◦ green 133 ◦ blue 118

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

Shades of Schist #868576

Tints of Schist #868576

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 34.81%
G = 34.55%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#868576 (or 0x868576) is known color: Schist. HEX triplet: 86, 85 and 76. RGB value is (134,133,118). Sum of RGB (Red+Green+Blue) = 134+133+118=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #868576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868576 is #797A89. Grayscale: #838383. Windows color (decimal): -7961226 or 7767430. OLE color: 7767430.

HSL color Cylindrical-coordinate representation of color #868576: hue angle of 56.25º 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 #868576 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 133 118 -
CMYK 0 0.01 0.12 0.47
HSL 56.25º 0.06% 0.49% -
HSV(B) 56.25º 0.12% 0.53% -
XYZ 21.49 23.15 20.48 -
YUV 131.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 134 133 118 0 0.01 0.12 0.47 56.25 0.06 0.49
Hex 86 85 76 0 1 C 2F 38 6 31
Octal 206 205 166 0 1 14 57 70 6 61
Binary 10000110 10000101 1110110 0 1 1100 101111 111000 110 110001

Color Harmonies of #868576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868576

Black with #868576

Text Example


Text Example

White with #868576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868576; }

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

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

background-color css

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

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

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

border-color css

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

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

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