Html Css Color HEX #858676 Schist

📋 copy color: '#858676'

red 133 ◦ green 134 ◦ blue 118

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

Shades of Schist #858676

Tints of Schist #858676

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 133 134 118 -
CMYK 0.01 0 0.12 0.47
HSL 63.75º 0.06% 0.49% -
HSV(B) 63.75º 0.12% 0.53% -
XYZ 21.47 23.34 20.51 -
YUV 131.88 120.17 128.8 -
System Red Green Blue C M Y K H S L
Decimal 133 134 118 0.01 0 0.12 0.47 63.75 0.06 0.49
Hex 85 86 76 1 0 C 2F 40 6 31
Octal 205 206 166 1 0 14 57 100 6 61
Binary 10000101 10000110 1110110 1 0 1100 101111 1000000 110 110001

Color Harmonies of #858676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858676

Black with #858676

Text Example


Text Example

White with #858676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858676; }

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

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

background-color css

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

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

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

border-color css

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

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

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